diff options
author | Juan Quintela | 2009-08-03 14:46:48 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-08-10 20:05:43 +0200 |
commit | c60d0afa65b0d037c6a6150132fbeea4ee6b557e (patch) | |
tree | d7a31b983213504c4827e54e86cd61837d4777fc /configure | |
parent | Move alpha CFLAGS target to configure (diff) | |
download | qemu-c60d0afa65b0d037c6a6150132fbeea4ee6b557e.tar.gz qemu-c60d0afa65b0d037c6a6150132fbeea4ee6b557e.tar.xz qemu-c60d0afa65b0d037c6a6150132fbeea4ee6b557e.zip |
Move ia64 QEMU_CFLAGS target to configure
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2078,6 +2078,9 @@ alpha) # Ensure there's only a single GP cflags="-msmall-data $cflags" ;; +ia64) + cflags="-mno-sdata $cflags" +;; esac linker_script="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/\$(ARCH).ld" |