summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:48 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:43 -0500
commitc60d0afa65b0d037c6a6150132fbeea4ee6b557e (patch)
treed7a31b983213504c4827e54e86cd61837d4777fc /Makefile.target
parent6ee7126f7c9cdccce9ad686b0348e3850134ec41 (diff)
downloadhqemu-c60d0afa65b0d037c6a6150132fbeea4ee6b557e.zip
hqemu-c60d0afa65b0d037c6a6150132fbeea4ee6b557e.tar.gz
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 'Makefile.target')
-rw-r--r--Makefile.target4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.target b/Makefile.target
index eaf35c5..d2f1d86 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -23,10 +23,6 @@ ifeq ($(subst ppc64,ppc,$(ARCH))$(TARGET_BASE_ARCH),ppcppc)
translate.o: QEMU_CFLAGS := $(QEMU_CFLAGS) $(call cc-option, $(QEMU_CFLAGS), -fno-unit-at-a-time,)
endif
-ifeq ($(ARCH),ia64)
-QEMU_CFLAGS+=-mno-sdata
-endif
-
LIBS+=-lm
ifdef CONFIG_SOLARIS
ifdef CONFIG_NEEDS_LIBSUNMATH
OpenPOWER on IntegriCloud