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

Diff of /qemu/Makefile.target

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

revision 1.1 by bellard, Sun Aug 10 21:36:42 2003 UTC revision 1.2 by bellard, Sun Aug 10 22:14:22 2003 UTC
# Line 79  OP_CFLAGS=$(CFLAGS) -mno-sched-prolog Line 79  OP_CFLAGS=$(CFLAGS) -mno-sched-prolog
79  LDFLAGS+=-Wl,-T,$(SRC_PATH)/arm.ld  LDFLAGS+=-Wl,-T,$(SRC_PATH)/arm.ld
80  endif  endif
81    
82    ifeq ($(ARCH),m68k)
83    OP_CFLAGS=$(CFLAGS) -fomit-frame-pointer
84    LDFLAGS+=-Wl,-T,m68k.ld
85    endif
86    
87  ifeq ($(HAVE_GCC3_OPTIONS),yes)  ifeq ($(HAVE_GCC3_OPTIONS),yes)
88  # very important to generate a return at the end of every operation  # very important to generate a return at the end of every operation
89  OP_CFLAGS+=-fno-reorder-blocks -fno-optimize-sibling-calls  OP_CFLAGS+=-fno-reorder-blocks -fno-optimize-sibling-calls

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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