Changeset 123d4b7d in rtems
- Timestamp:
- May 14, 1999, 2:34:39 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a0b94685
- Parents:
- 4c5080ed
- Location:
- make/custom
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/force386.cfg
r4c5080ed r123d4b7d 20 20 # optimize flag: typically -0, could use -O4 or -fast 21 21 # -O4 is ok for RTEMS 22 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 22 # -fomit-frame-pointer breaks debugging and C++ exceptions 23 CFLAGS_OPTIMIZE_V=-O4 23 24 24 25 # This target does NOT support the TCP/IP stack so ignore requests -
make/custom/go32.cfg
r4c5080ed r123d4b7d 52 52 # optimize flag: typically -0, could use -O4 or -fast 53 53 # -O4 is ok for RTEMS 54 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 54 # -fomit-frame-pointer breaks debugging and C++ exceptions 55 CFLAGS_OPTIMIZE_V=-O4 55 56 56 57 # This target does NOT support the TCP/IP stack so ignore requests -
make/custom/i386ex.cfg
r4c5080ed r123d4b7d 20 20 # optimize flag: typically -0, could use -O4 or -fast 21 21 # -O4 is ok for RTEMS 22 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 22 # -fomit-frame-pointer breaks debugging and C++ exceptions 23 CFLAGS_OPTIMIZE_V=-O4 23 24 24 25 # This BSP does not support librdbg -
make/custom/pc386.cfg
r4c5080ed r123d4b7d 20 20 # optimize flag: typically -0, could use -O4 or -fast 21 21 # -O4 is ok for RTEMS 22 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 22 # -fomit-frame-pointer breaks debugging and C++ exceptions 23 CFLAGS_OPTIMIZE_V=-O4 23 24 24 25 # Define this to yes if this target supports multiprocessor environments. -
make/custom/ts_386ex.cfg
r4c5080ed r123d4b7d 21 21 # optimize flag: typically -0, could use -O4 or -fast 22 22 # -O4 is ok for RTEMS 23 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 23 # -fomit-frame-pointer breaks debugging and C++ exceptions 24 CFLAGS_OPTIMIZE_V=-O4 24 25 25 26 # This target does support the TCP/IP stack so honour requests
Note: See TracChangeset
for help on using the changeset viewer.