From: roland Date: Mon, 1 Jul 1996 22:16:35 +0000 (+0000) Subject: Thu Jun 27 04:04:27 1996 David Mosberger-Tang X-Git-Tag: libc-960702~8 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=a416273318badf377aedf94bad6842f24b6bb24d;ds=sidebyside Thu Jun 27 04:04:27 1996 David Mosberger-Tang * configure.in (config_machine): Make ELF the default even for Linux/Alpha unless a configuration of the form *-*-linux*ecoff is specified. --- diff --git a/configure.in b/configure.in index 1d0d45c2e0..a8870c9c75 100644 --- a/configure.in +++ b/configure.in @@ -84,11 +84,11 @@ gnu* | linux* | bsd4.4* | netbsd* | freebsd*) gnu_ld=yes gnu_as=yes ;; esac case "$host_os" in +linux*ecoff*) + ;; gnu* | linux* | sysv4* | solaris2*) - # These systems always use the ELF format. - if test "$host_cpu" != alpha; then # Linux/Alpha is not fully ELF yet - elf=yes - fi + # These systems (almost) always use the ELF format. + elf=yes ;; esac