Searched refs:ld_help_string (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/
H A Dconfig.guess408 ld_help_string=`ld --help 2>&1`
409 if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf_i.86"; then
411 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
413 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86coff"; then
415 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68kelf"; then
417 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then
419 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then
/macosx-10.10.1/gpatch-3/patch/
H A Dconfig.guess631 ld_help_string=`cd /; ld --help 2>&1`
632 ld_supported_emulations=`echo $ld_help_string \
749 echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:"

Completed in 217 milliseconds