repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore empty target specific options, and if -W is also specified on the
[official-gcc.git]
/
libstdc++
/
config
/
delta.mt
blob
b0b36db1062c64166661c7fa7e8e70beedea094d
1
# If FPU instructions are generated by default, we have to use a special libm.a
2
MLDLIBS = $(LDLIBS) `case "$(CXXFLAGS)" in *-m68000* | *-mc68000* | *-msoft-float* ) echo -lm ;; * ) echo -lm881 ;; esac`