diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:47 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:43 -0500 |
commit | 6ee7126f7c9cdccce9ad686b0348e3850134ec41 (patch) | |
tree | a44a20c28e68c177bef13d1e2a4cf208d3227f8b /Makefile.target | |
parent | 9b8e111fb134adb89e5f90edbdd11b5b08124aa1 (diff) |
Move alpha 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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.target b/Makefile.target index 39a373fbdb..eaf35c57d1 100644 --- a/Makefile.target +++ b/Makefile.target @@ -23,11 +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),alpha) -# Ensure there's only a single GP -QEMU_CFLAGS+=-msmall-data -endif - ifeq ($(ARCH),ia64) QEMU_CFLAGS+=-mno-sdata endif |