diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-11 22:11:38 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-11 22:11:38 +0000 |
commit | 51498d3cd2325a75add5cd6a92e9de8fed39726a (patch) | |
tree | d64fc5a825dd5c0521eb6658a707f2d4ceccf166 /gcc | |
parent | 3e85ad333b27d82f6ec225f1a506b575d6a011a0 (diff) | |
download | gcc-51498d3cd2325a75add5cd6a92e9de8fed39726a.zip gcc-51498d3cd2325a75add5cd6a92e9de8fed39726a.tar.gz gcc-51498d3cd2325a75add5cd6a92e9de8fed39726a.tar.bz2 |
*** empty log message ***
From-SVN: r441
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sysv3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h index edaa1d0..750e1f4 100644 --- a/gcc/config/i386/sysv3.h +++ b/gcc/config/i386/sysv3.h @@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ "%{pg:gcrt1.o%s}%{!pg:%{posix:%{p:mcrtp1.o%s}%{!p:crtp1.o%s}}%{!posix:%{p:mcrt1.o%s}%{!p:crt1.o%s}}} crtbegin.o%s\ %{p:-L/usr/lib/libp}%{pg:-L/usr/lib/libp}" +/* ??? There is a suggestion that -lg is needed here. + Does anyone know whether this is right? */ #define LIB_SPEC "%{posix:-lcposix} %{shlib:-lc_s} -lc crtend.o%s crtn.o%s" /* Specify predefined symbols in preprocessor. */ |