mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
377 B

--- qemu-0.8.0-p/Makefile.target~ 2006-03-25 19:16:56.000000000 +0100
+++ qemu-0.8.0-p/Makefile.target 2006-03-25 19:17:17.000000000 +0100
@@ -68,6 +68,7 @@
ifeq ($(ARCH),i386)
CFLAGS+=-fomit-frame-pointer
OP_CFLAGS=$(CFLAGS) -mpreferred-stack-boundary=2
+LDFLAGS+=-Wl,-T,$(SRC_PATH)/i386.ld
ifeq ($(HAVE_GCC3_OPTIONS),yes)
OP_CFLAGS+= -falign-functions=0 -fno-gcse
else