mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +08:00
* genscripts.sh: Fix typo.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
2004-01-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* genscripts.sh: Fix typo.
|
||||
|
||||
* genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
|
||||
|
||||
2004-01-24 Jakub Jelinek <jakub@redhat.com>
|
||||
|
@ -133,11 +133,11 @@ if [ "x${LIB_PATH}" = "x" ] && [ "x${USE_LIBPATH}" = xyes ] ; then
|
||||
if [ "x${use_sysroot}" != "xyes" ] ; then
|
||||
case " ${libs} " in
|
||||
*" ${libdir} "*) ;;
|
||||
*) libs="${libdir} ${libs}"
|
||||
*) libs="${libdir} ${libs}" ;;
|
||||
esac
|
||||
case " ${libs} " in
|
||||
*" ${tool_lib} "*) ;;
|
||||
*) libs="${tool_lib} ${libs}"
|
||||
*) libs="${tool_lib} ${libs}" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user