From: Juan Quintela Date: Thu, 16 Jul 2009 16:34:05 +0000 (+0200) Subject: qemu binary don't exist anymore. I guess not much people is compiling on alpha X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=92b458e8364c59cf03779331d1cf2401bc3fb4ae;p=qmiga%2Fqemu.git qemu binary don't exist anymore. I guess not much people is compiling on alpha Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/Makefile.target b/Makefile.target index bcacbbde30..a250c5d33f 100644 --- a/Makefile.target +++ b/Makefile.target @@ -301,13 +301,6 @@ obj-m68k-y += m68k-sim.o m68k-semi.o signal.o: CFLAGS += $(HELPER_CFLAGS) ARLIBS=../libqemu_user.a libqemu.a - -ifeq ($(ARCH),alpha) -# Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of -# the address space (31 bit so sign extending doesn't matter) - echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc -endif - endif #CONFIG_LINUX_USER #########################################################