summaryrefslogtreecommitdiffstats
path: root/make/custom/pc686.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:29:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:29:00 +0000
commit6fe4d043f3ac9703c2abc9049db2cde57e02e921 (patch)
tree7f9dc183ac5712b4c92c23bc70513abe8c28eecb /make/custom/pc686.cfg
parent2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6fe4d043f3ac9703c2abc9049db2cde57e02e921.tar.bz2
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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
Diffstat (limited to 'make/custom/pc686.cfg')
-rw-r--r--make/custom/pc686.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/pc686.cfg b/make/custom/pc686.cfg
index 038ef162be..47daa07083 100644
--- a/make/custom/pc686.cfg
+++ b/make/custom/pc686.cfg
@@ -5,7 +5,7 @@
#
RTEMS_CPU_MODEL=pentiumpro
-CPU_CFLAGS = -mcpu=i686
+CPU_CFLAGS = -mpentiumpro
include $(RTEMS_ROOT)/make/custom/pc386.cfg