diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-11-26 11:25:25 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-11-26 11:25:25 -0800 |
commit | 36d740a772d5659193e2a8cb7e89ca4c4b607472 (patch) | |
tree | 6ce19fb6401ed9cafc5e9a0970a93642def4b1c3 /ld | |
parent | b27caf75c311991772b316fe7c0eecfd5788eeaf (diff) | |
download | gdb-36d740a772d5659193e2a8cb7e89ca4c4b607472.zip gdb-36d740a772d5659193e2a8cb7e89ca4c4b607472.tar.gz gdb-36d740a772d5659193e2a8cb7e89ca4c4b607472.tar.bz2 |
Fix a typo
Diffstat (limited to 'ld')
-rw-r--r-- | ld/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.host b/ld/configure.host index 71f695d..57fba6c 100644 --- 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_SLIBS" + HOSTING_SLIBS="$HOSTING_LIBS" fi |