aboutsummaryrefslogtreecommitdiff
path: root/ld/config
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-05-02 01:19:02 +0000
committerK. Richard Pixley <rich@cygnus>1992-05-02 01:19:02 +0000
commitd3451fe888d9a6c8799d8b77195f354812cf5d29 (patch)
treec851883643045b89221aef22b6e70d4f445e100d /ld/config
parent7d6cc102a2de1fd6864ce093ababb7a0e13dbafb (diff)
downloadgdb-d3451fe888d9a6c8799d8b77195f354812cf5d29.zip
gdb-d3451fe888d9a6c8799d8b77195f354812cf5d29.tar.gz
gdb-d3451fe888d9a6c8799d8b77195f354812cf5d29.tar.bz2
use bootstrap for check
Diffstat (limited to 'ld/config')
-rwxr-xr-xld/config/sparc.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/sparc.mh b/ld/config/sparc.mh
index 260bbe1..4e7f4a0 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/sun4/libgcc.a -lc
+HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else echo /usr/latest/lib/gcc/sun4/libgcc.a; fi` -lc
HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION