Fix brk system call.
[deliverable/binutils-gdb.git] / ld / config / irix4.mh
1 # Irix 4.0.1 does not use /lib/crt0.o
2 HOSTING_CRT0=/usr/lib/crt1.o
3 HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi` -lc /usr/lib/crtn.o
This page took 0.030308 seconds and 4 git commands to generate.