source: rtems/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg @ 96400050

5
Last change on this file since 96400050 was 96400050, checked in by Sebastian Huber <sebastian.huber@…>, on 03/26/18 at 07:04:43

bsp/pc386: Remove unused RTEMS_CPU_MODEL

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 265 bytes
Line 
1#
2#  Configuration file for a PC using a PentiumPro Class CPU
3#
4
5#  This contains the compiler options necessary to select the CPU model
6#  and (hopefully) optimize for it.
7CPU_CFLAGS = -mtune=pentiumpro -march=pentium
8
9include $(RTEMS_ROOT)/make/custom/pc386.cfg
10
Note: See TracBrowser for help on using the repository browser.