Fix brk system call.
[deliverable/binutils-gdb.git] / ld / config / i386v.mh
1 # For testing, we want to use /lib/crt1.o and /lib/crtn.o so that
2 # constructors work properly.
3 HOSTING_CRT0=/lib/crt1.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; fi`
4 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` /lib/crtn.o
This page took 0.030701 seconds and 4 git commands to generate.