summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-05-13 06:16:24 +0000
committerRoland McGrath <roland@gnu.org>1995-05-13 06:16:24 +0000
commitb7976c00ed75b34b4ad7875cd03459c7f8a864ff (patch)
treeeb65afb5e6e774c77456776e04e648d3b41a55d8 /configure.in
parent1f6a1abf7d0ba456858e55f4193927f06f04e41a (diff)
(os=gnu*): Always set elf=yes, not just for os=gnu*elf*.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bf2e2b1628..e29dee6293 100644
--- a/configure.in
+++ b/configure.in
@@ -115,7 +115,7 @@ gnu* | linux* | bsd4.4* | netbsd* | freebsd*)
gnu_ld=yes gnu_as=yes
esac
case "$os" in
-gnu*elf* | linux* | sysv4* | solaris2*)
+gnu* | linux* | sysv4* | solaris2*)
# These systems always use the ELF format.
elf=yes
esac