mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
2 lines
202 B
Mathematica
2 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`
|