mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-20 13:21:15 +01:00
346d84c900
git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96
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`
|