Changeset 2117
- Timestamp:
- Jun 30, 2005, 5:18:50 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.73
to1.74
r2116 r2117 1 1 /* $Id$ */ 2 3 2005-06-29: knut st. osmundsen <bird-gccos2-spam@anduin.net> 4 - *: 5 o Fixed stack alignment, it must be 16 bytes not 4! 6 o Fixed bustage caused by the include cleanup. 2 7 3 8 2005-06-28: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/Makefile.gmk
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r2116 r2117 97 97 endif 98 98 CFLAGS.INC += -Isrc/include 99 CFLAGS.INC += -Isrc/lib/bsd/include 99 100 CFLAGS = -Wall -Wundef -Wmissing-prototypes -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND) 100 101 # The additional C compiler flags for different build modes 101 CFLAGS.opt = -g -O3 -mcpu=pentium -mpreferred-stack-boundary= 2-malign-strings=2 -falign-loops=2 -falign-jumps=2 -falign-functions=3102 CFLAGS.opt = -g -O3 -mcpu=pentium -mpreferred-stack-boundary=4 -malign-strings=2 -falign-loops=2 -falign-jumps=2 -falign-functions=3 102 103 CFLAGS.dbg = -g -DDEBUG 103 104 CFLAGS.prf = $(CFLAGS.opt) -pg -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.