mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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:
parent
6ee7126f7c
commit
c60d0afa65
2 changed files with 3 additions and 4 deletions
3
configure
vendored
3
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue