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:
147ba6a
)
Set $inhibit_glue.
author
roland
<roland>
Mon, 29 Jan 1996 19:30:15 +0000
(19:30 +0000)
committer
roland
<roland>
Mon, 29 Jan 1996 19:30:15 +0000
(19:30 +0000)
sysdeps/unix/sysv/linux/configure
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/configure
b/sysdeps/unix/sysv/linux/configure
index
63693e0
..
62d8538
100644
(file)
--- a/
sysdeps/unix/sysv/linux/configure
+++ b/
sysdeps/unix/sysv/linux/configure
@@
-1,3
+1,7
@@
# On Linux, the default is to use libio instead of stdio.
test $stdio = default && stdio=libio
+
+# Don't bother trying to generate any glue code to be compatible with the
+# existing system library, because we are the only system library.
+inhibit_glue=yes