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