/[qemu]/qemu/Makefile.target
ViewVC logotype

Diff of /qemu/Makefile.target

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by bellard, Mon Oct 27 21:37:46 2003 UTC revision 1.7 by bellard, Tue Oct 28 00:48:03 2003 UTC
# Line 39  OP_CFLAGS+= -falign-functions=0 Line 39  OP_CFLAGS+= -falign-functions=0
39  else  else
40  OP_CFLAGS+= -malign-functions=0  OP_CFLAGS+= -malign-functions=0
41  endif  endif
42    
43  ifdef TARGET_GPROF  ifdef TARGET_GPROF
44    USE_I386_LD=y
45    endif
46    ifdef CONFIG_STATIC
47    USE_I386_LD=y
48    endif
49    ifdef USE_I386_LD
50  LDFLAGS+=-Wl,-T,$(SRC_PATH)/i386.ld  LDFLAGS+=-Wl,-T,$(SRC_PATH)/i386.ld
51  else  else
52  # WARNING: this LDFLAGS is _very_ tricky : qemu is an ELF shared object  # WARNING: this LDFLAGS is _very_ tricky : qemu is an ELF shared object

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26