diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:48 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:43 -0500 |
commit | c60d0afa65b0d037c6a6150132fbeea4ee6b557e (patch) | |
tree | d7a31b983213504c4827e54e86cd61837d4777fc /configure | |
parent | 6ee7126f7c9cdccce9ad686b0348e3850134ec41 (diff) |
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" |