Changeset 6fe4d043 in rtems
- Timestamp:
- 08/25/00 17:29:00 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dd53e2e
- Parents:
- 8e57762
- Location:
- make
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r8e57762 r6fe4d043 1 2 2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 * make/custom/pck6.cfg: New file 4 * make/custom/pc486.cfg: Use -m486 5 * make/custom/pc586.cfg: Use -mpentium 6 * make/custom/pc686.cfg: Use -mmpentiumpro 7 * make/custom/i386ex.cfg: Use -msoft-float 8 * custom/i386ex.cfg: Use -msoft-float 1 9 2 10 2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> -
make/custom/i386ex.cfg
r8e57762 r6fe4d043 16 16 # and (hopefully) optimize for it. 17 17 # 18 CPU_CFLAGS = 18 CPU_CFLAGS = -msoft-float 19 19 20 20 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/pc486.cfg
r8e57762 r6fe4d043 6 6 7 7 RTEMS_CPU_MODEL=i486dx 8 CPU_CFLAGS = -m cpu=i4868 CPU_CFLAGS = -m486 9 9 10 10 include $(RTEMS_ROOT)/make/custom/pc386.cfg -
make/custom/pc586.cfg
r8e57762 r6fe4d043 6 6 7 7 RTEMS_CPU_MODEL=pentium 8 CPU_CFLAGS = -m cpu=i5868 CPU_CFLAGS = -mpentium 9 9 10 10 include $(RTEMS_ROOT)/make/custom/pc386.cfg -
make/custom/pc686.cfg
r8e57762 r6fe4d043 6 6 7 7 RTEMS_CPU_MODEL=pentiumpro 8 CPU_CFLAGS = -m cpu=i6868 CPU_CFLAGS = -mpentiumpro 9 9 10 10 include $(RTEMS_ROOT)/make/custom/pc386.cfg
Note: See TracChangeset
for help on using the changeset viewer.