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:
4c4b88d
)
(gnu-as, gnu-ld, elf, weak-symbols): New variables.
author
roland
<roland>
Thu, 26 Jan 1995 04:09:56 +0000
(
04:09
+0000)
committer
roland
<roland>
Thu, 26 Jan 1995 04:09:56 +0000
(
04:09
+0000)
config.make.in
patch
|
blob
|
history
diff --git
a/config.make.in
b/config.make.in
index
eb62821
..
b2105e0
100644
(file)
--- a/
config.make.in
+++ b/
config.make.in
@@
-1,5
+1,5
@@
# @configure_input@
-#
Generated f
rom $Id$.
+#
F
rom $Id$.
# Don't edit this file. Put configuration parameters in configparms instead.
config-machine = @host_cpu@
@@
-10,6
+10,10
@@
config-sysdirs = @sysnames@
prefix = @prefix@
exec_prefix = @exec_prefix@
config-defines = @DEFS@
+gnu-as = @gnu_as@
+gnu-ld = @gnu_ld@
+elf = @elf@
+weak-symbols = @weak@
CC = @CC@
AR = @AR@