Commit 92b458e8364c59cf03779331d1cf2401bc3fb4ae

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent 16394485

qemu binary don't exist anymore. I guess not much people is compiling on alpha

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 0 additions and 7 deletions
Makefile.target
@@ -301,13 +301,6 @@ obj-m68k-y += m68k-sim.o m68k-semi.o @@ -301,13 +301,6 @@ obj-m68k-y += m68k-sim.o m68k-semi.o
301 signal.o: CFLAGS += $(HELPER_CFLAGS) 301 signal.o: CFLAGS += $(HELPER_CFLAGS)
302 302
303 ARLIBS=../libqemu_user.a libqemu.a 303 ARLIBS=../libqemu_user.a libqemu.a
304 -  
305 -ifeq ($(ARCH),alpha)  
306 -# Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of  
307 -# the address space (31 bit so sign extending doesn't matter)  
308 - echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc  
309 -endif  
310 -  
311 endif #CONFIG_LINUX_USER 304 endif #CONFIG_LINUX_USER
312 305
313 ######################################################### 306 #########################################################