From e68206a127a5d9a8e134b7661ac98861abad3e5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Jan 2005 18:12:20 +0000 Subject: 2005-01-20 Joel Sherrill * 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. --- make/custom/pck6.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'make/custom/pck6.cfg') diff --git a/make/custom/pck6.cfg b/make/custom/pck6.cfg index d8d84a9f2c..7cfbfa8358 100644 --- a/make/custom/pck6.cfg +++ b/make/custom/pck6.cfg @@ -5,6 +5,9 @@ # RTEMS_CPU_MODEL=pentium -CPU_CFLAGS = -mcpu=k6 +# 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 -- cgit v1.2.3