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

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