/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.33 by bellard, Mon Jun 9 15:33:05 2003 UTC revision 1.34 by bellard, Mon Jun 9 19:52:47 2003 UTC
# Line 6  LIBS= Line 6  LIBS=
6  DEFINES=-DHAVE_BYTESWAP_H  DEFINES=-DHAVE_BYTESWAP_H
7  HELPER_CFLAGS=$(CFLAGS)  HELPER_CFLAGS=$(CFLAGS)
8    
9    ifdef CONFIG_STATIC
10    LDFLAGS+=-static
11    endif
12    
13  ifeq ($(ARCH),i386)  ifeq ($(ARCH),i386)
14  CFLAGS+=-fomit-frame-pointer  CFLAGS+=-fomit-frame-pointer
15  OP_CFLAGS=$(CFLAGS) -mpreferred-stack-boundary=2  OP_CFLAGS=$(CFLAGS) -mpreferred-stack-boundary=2

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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