diff options
author | Per Bothner <per@bothner.com> | 1991-11-15 03:54:41 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-15 03:54:41 +0000 |
commit | b08344573ea2bd050dee10f4918c33be966ea5bd (patch) | |
tree | d3002aa63a5de18987eadb4183e04c6f70808cb4 /ld | |
parent | c9f19dac96059cab7a174f9b35b1b84872e4dc7c (diff) | |
download | gdb-b08344573ea2bd050dee10f4918c33be966ea5bd.zip gdb-b08344573ea2bd050dee10f4918c33be966ea5bd.tar.gz gdb-b08344573ea2bd050dee10f4918c33be966ea5bd.tar.bz2 |
Update HOSTING_LIBS (for Cygnus).
Diffstat (limited to 'ld')
-rwxr-xr-x | ld/config/sparc.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/sparc.mh b/ld/config/sparc.mh index 2578317..80ae64a 100755 --- a/ld/config/sparc.mh +++ b/ld/config/sparc.mh @@ -2,6 +2,6 @@ YACC=yacc -tvd #CC=gcc -Wall -ansi #stuff for self hosting HOSTING_CRT0=/lib/crt0.o -HOSTING_LIBS=/usr/latest/lib/gcc/sparc-sun-sunos4/1.95/gnulib -lc +HOSTING_LIBS=/usr/latest/lib/gcc/sun4/1.95.02/libgnu.a -lc HOSTING_EMU=LDEMULATION=gld; export LDEMULATION |