]> Git Repo - binutils.git/blob - ld/config/i386v4.mh
* config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set
[binutils.git] / ld / config / i386v4.mh
1 HOSTING_CRT0=/usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /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`
2 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; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtend.o/'; fi` /usr/ccs/lib/crtn.o
3 NATIVE_LIB_DIRS=/usr/ccs/lib
This page took 0.021622 seconds and 4 git commands to generate.