diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-29 20:51:28 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-29 20:51:28 +0000 |
commit | a0735e3b1bdd698a900d7afe62f11416c20d3ab1 (patch) | |
tree | ae590f7d90400186a115d4b73b366d14a5d17eff /gcc | |
parent | 228b6a3fb4f1714f22db06aa0996855cfbce9c84 (diff) | |
download | gcc-a0735e3b1bdd698a900d7afe62f11416c20d3ab1.zip gcc-a0735e3b1bdd698a900d7afe62f11416c20d3ab1.tar.gz gcc-a0735e3b1bdd698a900d7afe62f11416c20d3ab1.tar.bz2 |
(LIB_SPEC): Use -lieee if -mieee-fp.
From-SVN: r5935
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 58ce5c5..ac88de2 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -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 |