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:
This commit is contained in:
Juan Quintela 2009-08-03 14:46:48 +02:00 committed by Anthony Liguori
parent 6ee7126f7c
commit c60d0afa65
2 changed files with 3 additions and 4 deletions

3
configure vendored
View file

@ -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"