summaryrefslogtreecommitdiffstats
path: root/make/custom/efi68k.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/efi68k.cfg')
-rw-r--r--make/custom/efi68k.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg
index 8b8e6e6554..ece3c51876 100644
--- a/make/custom/efi68k.cfg
+++ b/make/custom/efi68k.cfg
@@ -15,7 +15,9 @@ RTEMS_BSP_FAMILY=efi68k
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -m68000 -msoft-float
+# 68000+softfloat results in gcc 2.95.2 giving default libraries.
+# CPU_CFLAGS = -m68000 -msoft-float
+CPU_CFLAGS = -m68000
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS