mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
4 lines
196 B
Plaintext
4 lines
196 B
Plaintext
# 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 gcc -print-libgcc-file-name; fi` -lc /usr/lib/crtn.o
|