58d0cbe742
* configure.in: Use delta.mt for m68k-motorola-sysv. * config/delta.mt: New makefile fragment. From-SVN: r16299
3 lines
202 B
Mathematica
3 lines
202 B
Mathematica
# 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`
|