summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-16 18:34:05 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-16 17:28:55 -0500
commit92b458e8364c59cf03779331d1cf2401bc3fb4ae (patch)
tree31aa3c913fcac624d1a124e188ed8433dd6022eb /Makefile.target
parent16394485414cba50b9cd357fcab7d7bf3c584c46 (diff)
downloadhqemu-92b458e8364c59cf03779331d1cf2401bc3fb4ae.zip
hqemu-92b458e8364c59cf03779331d1cf2401bc3fb4ae.tar.gz
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>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.target b/Makefile.target
index bcacbbd..a250c5d 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
#########################################################
OpenPOWER on IntegriCloud