summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/gen68302.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg
index 29bd673576..0c05ed150d 100644
--- a/make/custom/gen68302.cfg
+++ b/make/custom/gen68302.cfg
@@ -15,9 +15,6 @@ RTEMS_BSP_FAMILY=gen68302
#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-#
-# 68000+softfloat results in gcc 2.95.2 giving default libraries.
-# CPU_CFLAGS = -m68302 -msoft-float
CPU_CFLAGS = -m68302
# optimize flag: typically -O2