aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/linux.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>1998-02-13 00:33:05 +0000
committerJeff Law <law@gcc.gnu.org>1998-02-12 17:33:05 -0700
commit1398405bf8931a3216543e09ecf2b08da8b2ca37 (patch)
treea1818ca7ff89b68893cc695f79ab9bbc98462f88 /gcc/config/linux.h
parentd8b55a76efd8c74a151127bad6dc202e320e2ed4 (diff)
downloadgcc-1398405bf8931a3216543e09ecf2b08da8b2ca37.zip
gcc-1398405bf8931a3216543e09ecf2b08da8b2ca37.tar.gz
gcc-1398405bf8931a3216543e09ecf2b08da8b2ca37.tar.bz2
linux.h (LIB_SPEC): Add -lc for -shared if USE_GNULIBC_1 is not defined.
* config/linux.h (LIB_SPEC): Add -lc for -shared if USE_GNULIBC_1 is not defined. * config/sparc/linux.h; Ditto. * config/sparc/linux64.h (LIB_SPEC): Add -lc for -shared. * config/alpha/linux-elf.h (LIB_SPEC): New. Defined if USE_GNULIBC_1 is not defined. From-SVN: r17895
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r--gcc/config/linux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h
index 870bbd2..64dc91a 100644
--- a/gcc/config/linux.h
+++ b/gcc/config/linux.h
@@ -103,7 +103,8 @@ Boston, MA 02111-1307, USA. */
%{!profile:%{!ggdb:-lc} %{ggdb:-lg}}}"
#else
#define LIB_SPEC \
- "%{!shared: %{mieee-fp:-lieee} %{pthread:-lpthread} \
+ "%{shared: -lc} \
+ %{!shared: %{mieee-fp:-lieee} %{pthread:-lpthread} \
%{profile:-lc_p} %{!profile: -lc}}"
#endif
#else