Searched refs:DEFAULT_LINKER (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsco5.h167 #ifndef DEFAULT_LINKER macro
168 # define DEFAULT_LINKER "/usr/ccs/bin/elf/ld"
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c2710 #ifdef DEFAULT_LINKER
2711 if (! strcmp(name, "ld") && access (DEFAULT_LINKER, mode) == 0)
2712 return xstrdup (DEFAULT_LINKER);
H A Dconfigure1751 DEFAULT_LINKER="$with_ld"
1753 if test x"${DEFAULT_LINKER+set}" = x"set"; then
1754 if test ! -x "$DEFAULT_LINKER"; then
1755 { { echo "$as_me:$LINENO: error: cannot execute: $DEFAULT_LINKER: check --with-ld or env. var. DEFAULT_LINKER" >&5
1756 echo "$as_me: error: cannot execute: $DEFAULT_LINKER: check --with-ld or env. var. DEFAULT_LINKER" >&2;}
1758 elif $DEFAULT_LINKER -v < /dev/null 2>&1 | grep GNU > /dev/null; then
1763 #define DEFAULT_LINKER "$DEFAULT_LINKER"
[all...]

Completed in 100 milliseconds