comparison config.guess @ 11607:c23dd70bf6a3

Support for pre-BFD versions of Linux ld.
author Michael Meissner <gnu@the-meissners.org>
date Thu, 27 Apr 1995 18:35:38 +0000
parents e90c3c69416a
children 0de77f509d07
comparison
equal deleted inserted replaced
11606:e90c3c69416a 11607:c23dd70bf6a3
298 exit 0 ;; 298 exit 0 ;;
299 *:GNU:*:*) 299 *:GNU:*:*)
300 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 300 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
301 exit 0 ;; 301 exit 0 ;;
302 *:Linux:*:*) 302 *:Linux:*:*)
303 # Determine whether the default compiler is a.out or elf 303 # Systems without a BFD linker
304 if test -d /usr/lib/ldscripts/. ; then
305 :
306 else
307 echo "${UNAME_MACHINE}-unknown-linuxoldld"
308 exit 0
309 fi
310 # Determine whether the default compiler is a.out or elf
304 cat >dummy.c <<EOF 311 cat >dummy.c <<EOF
305 main(argc, argv) 312 main(argc, argv)
306 int argc; 313 int argc;
307 char *argv[]; 314 char *argv[];
308 { 315 {