* config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib.
This commit is contained in:
parent
111b24d572
commit
0373062441
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
Wed Jun 29 16:50:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib.
|
||||
|
||||
* lexsup.c (parse_args): Accept -Bstatic and -Bdynamic. Do not
|
||||
accept plain -B.
|
||||
* ld.texinfo: -Bstatic is not ignored.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Hosting files for Solaris
|
||||
HOSTING_CRT0=`if [ -f ../gcc/crt1.o ]; then echo ../gcc/crt1.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crt1.o/'; fi` `if [ -f ../gcc/crti.o ]; then echo ../gcc/crti.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crti.o/'; fi` /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtbegin.o/'; fi`
|
||||
HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; fi` `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtend.o/'; fi` `if [ -f ../gcc/crtn.o ]; then echo ../gcc/crtn.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtn.o/'; fi`
|
||||
NATIVE_LIB_DIRS=/usr/ccs/lib
|
||||
|
|
Loading…
Reference in a new issue