]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Mon, 3 Nov 1997 06:33:59 +0000 (06:33 +0000)
committerNo Author <no-author@gcc.gnu.org>
Mon, 3 Nov 1997 06:33:59 +0000 (06:33 +0000)
'egcs_1_00_branch'.

From-SVN: r16300

libstdc++/config/delta.mt [new file with mode: 0644]

diff --git a/libstdc++/config/delta.mt b/libstdc++/config/delta.mt
new file mode 100644 (file)
index 0000000..b0b36db
--- /dev/null
@@ -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`