projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536a594
)
(os=gnu*): Always set elf=yes, not just for os=gnu*elf*.
author
roland
<roland>
Sat, 13 May 1995 06:16:24 +0000
(06:16 +0000)
committer
roland
<roland>
Sat, 13 May 1995 06:16:24 +0000
(06:16 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
bf2e2b1
..
e29dee6
100644
(file)
--- 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