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 /Makefile.target | |
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 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.target b/Makefile.target index eaf35c57d1..d2f1d860ad 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 |