projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27caf7
)
Fix a typo
author
H.J. Lu
<hjl.tools@gmail.com>
Tue, 26 Nov 2013 19:25:25 +0000
(11:25 -0800)
committer
H.J. Lu
<hjl.tools@gmail.com>
Tue, 26 Nov 2013 19:25:25 +0000
(11:25 -0800)
ld/configure.host
patch
|
blob
|
history
diff --git
a/ld/configure.host
b/ld/configure.host
index
71f695d
..
57fba6c
100644
(file)
--- a/
ld/configure.host
+++ b/
ld/configure.host
@@
-254,5
+254,5
@@
fi
# Provide default HOSTING_SLIBS. Each host should define a proper one
# if needed.
if test -z "$HOSTING_SLIBS"; then
- HOSTING_SLIBS="$HOSTING_
S
LIBS"
+ HOSTING_SLIBS="$HOSTING_LIBS"
fi