aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/config/delta.mt
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/config/delta.mt')
-rw-r--r--libstdc++/config/delta.mt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++/config/delta.mt b/libstdc++/config/delta.mt
new file mode 100644
index 0000000..b0b36db
--- /dev/null
+++ b/libstdc++/config/delta.mt
@@ -0,0 +1,2 @@
+# If FPU instructions are generated by default, we have to use a special libm.a
+MLDLIBS = $(LDLIBS) `case "$(CXXFLAGS)" in *-m68000* | *-mc68000* | *-msoft-float* ) echo -lm ;; * ) echo -lm881 ;; esac`