mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Use the stock 2.12.1 snapshot version of this.
This commit is contained in:
parent
ec2cc9b872
commit
aabeabed7c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99470
@ -226,6 +226,13 @@ x86_64-*-linux-gnu*)
|
||||
*-*-linux*)
|
||||
;;
|
||||
|
||||
*-*-netbsd*)
|
||||
NATIVE_LIB_DIRS=/usr/lib
|
||||
# NetBSD typically does not use the GCC crtstuff, so ignore it.
|
||||
HOSTING_CRT0='-dynamic-linker /usr/libexec/ld.elf_so /usr/lib/crt0.o /usr/lib/crtbegin.o'
|
||||
HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi` /usr/lib/crtend.o'
|
||||
;;
|
||||
|
||||
alpha*-*-*)
|
||||
HOSTING_CRT0=/usr/ccs/lib/crt0.o
|
||||
NATIVE_LIB_DIRS=/usr/ccs/lib
|
||||
|
Loading…
Reference in New Issue
Block a user