source: rtems/make/custom/pc486.cfg @ 6fe4d043

4.104.114.84.95
Last change on this file since 6fe4d043 was 6fe4d043, checked in by Joel Sherrill <joel.sherrill@…>, on 08/25/00 at 17:29:00

2000-08-17 Ralf Corsepius <corsepiu@…>

  • make/custom/pck6.cfg: New file
  • make/custom/pc486.cfg: Use -m486
  • make/custom/pc586.cfg: Use -mpentium
  • make/custom/pc686.cfg: Use -mmpentiumpro
  • make/custom/i386ex.cfg: Use -msoft-float
  • Property mode set to 100644
File size: 160 bytes
Line 
1#
2#  Configuration file for a PC using an i486DX Class CPU
3#
4#  $Id$
5#
6
7RTEMS_CPU_MODEL=i486dx
8CPU_CFLAGS = -m486
9
10include $(RTEMS_ROOT)/make/custom/pc386.cfg
11
Note: See TracBrowser for help on using the repository browser.