2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-31 07:14:43 +08:00
gcc/libstdc++/config/delta.mt

3 lines
202 B
Mathematica
Raw Normal View History

# 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`