forked from Imagelibrary/rtems
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg, custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg, custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
14 lines
228 B
INI
14 lines
228 B
INI
#
|
|
# Configuration file for a PC using an AMD k6 Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=pentium
|
|
# gcc 3.1 and newer
|
|
# CPU_CFLAGS = -mcpu=k6
|
|
# gcc 4.0 and newer
|
|
CPU_CFLAGS = -mtune=k6
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|