Remove a hack introduced by d19076faca

Work by Blue Swirl culminating with 5c55ff99fa
made it unnecessary.
master
malc 2009-08-27 18:04:10 +04:00
parent 15c875a3cd
commit 523e727d46
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@ endif
PROGS=$(QEMU_PROG)
ifeq ($(subst ppc64,ppc,$(ARCH))$(TARGET_BASE_ARCH),ppcppc)
translate.o: QEMU_CFLAGS += $(call cc-option, $(QEMU_CFLAGS), -fno-unit-at-a-time,)
endif
LIBS+=-lm
kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS)