Commit a0735e3b by Richard Stallman

(LIB_SPEC): Use -lieee if -mieee-fp.

From-SVN: r5935
parent 228b6a3f
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
#endif #endif
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC "%{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}" #define LIB_SPEC "%{mieee-fp:-lieee} %{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}"
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment