Ignore empty target specific options, and if -W is also specified on the
[official-gcc.git] / libstdc++ / config / delta.mt
blobb0b36db1062c64166661c7fa7e8e70beedea094d
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`