Changeset 3a410c5 in rtems
- Timestamp:
- 10/18/00 13:05:10 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e6babd7
- Parents:
- 3b5dc96
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r3b5dc96 r3a410c5 1 2 2000-10-18 Joel Sherrill <joel@OARcorp.com> 3 4 * compilers/gcc-portsw.cfg: Use gcc style flags. 1 5 2 6 2000-09-13 Joel Sherrill <joel@OARcorp.com> -
make/compilers/gcc-portsw.cfg
r3b5dc96 r3a410c5 50 50 # default flags 51 51 52 CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr 52 #CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr 53 CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall 53 54 54 55 # optimize flag: typically -0, could use -O4 or -fast
Note: See TracChangeset
for help on using the changeset viewer.