OSDN Git Service

(LIB_SPEC): Use -lieee if -mieee-fp.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1993 20:51:28 +0000 (20:51 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1993 20:51:28 +0000 (20:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5935 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/linux.h

index 58ce5c5..ac88de2 100644 (file)
@@ -60,7 +60,7 @@
 #endif
 
 #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