summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorblueswir12009-04-04 11:21:28 +0200
committerblueswir12009-04-04 11:21:28 +0200
commit762e823086ad37453c2308bccf01223f07759eab (patch)
tree26ba9c1b97efee8decf3f01a3bfd51530b21f754 /Makefile.target
parentMake i386-softmmu boot on Sparc host (diff)
downloadqemu-762e823086ad37453c2308bccf01223f07759eab.tar.gz
qemu-762e823086ad37453c2308bccf01223f07759eab.tar.xz
qemu-762e823086ad37453c2308bccf01223f07759eab.zip
Compile all files with -ffixed-g5 etc. to avoid env (%g5) corruption
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6972 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.target b/Makefile.target
index e855dc33b4..535d6d2e3d 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -89,21 +89,11 @@ translate.o: CFLAGS := $(CFLAGS) $(call cc-option, $(CFLAGS), -fno-unit-at-a-tim
endif
ifeq ($(ARCH),sparc)
- CFLAGS+=-ffixed-g2 -ffixed-g3
ifneq ($(CONFIG_SOLARIS),yes)
- CFLAGS+=-ffixed-g1 -ffixed-g6
HELPER_CFLAGS+=-ffixed-i0
endif
endif
-ifeq ($(ARCH),sparc64)
- ifneq ($(CONFIG_SOLARIS),yes)
- CFLAGS+=-ffixed-g5 -ffixed-g6 -ffixed-g7
- else
- CFLAGS+=-ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
- endif
-endif
-
ifeq ($(ARCH),alpha)
# Ensure there's only a single GP
CFLAGS+=-msmall-data