6354589838
'#' characters. * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0 and HOSTING_LIBS correctly so that ``make check'' will work.
3 lines
192 B
Text
3 lines
192 B
Text
# Irix 4.0.1 does not use /lib/crt0.o
|
|
HOSTING_CRT0=/usr/lib/crt1.o
|
|
HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else echo $(libdir)/libgcc.a; fi` -lc /usr/lib/crtn.o
|