scripts/crosstool-NG.sh.in
branchgcc-4.4
changeset 1771 4341aae65c61
parent 1384 b23f3c2e0c73
child 1415 f1ce1411d671
     1.1 --- a/scripts/crosstool-NG.sh.in	Mon May 25 18:22:26 2009 +0000
     1.2 +++ b/scripts/crosstool-NG.sh.in	Sun Jan 31 13:10:16 2010 +0100
     1.3 @@ -127,6 +127,10 @@
     1.4  CT_CC_CORE_STATIC_PREFIX_DIR="${CT_BUILD_DIR}/${CT_CC}-core-static"
     1.5  CT_CC_CORE_SHARED_PREFIX_DIR="${CT_BUILD_DIR}/${CT_CC}-core-shared"
     1.6  
     1.7 +# Set LD_LIBRARY_PATH to point to prefix/lib so we can find our own
     1.8 +# libraries; add as first path, so we get hit first by the dynamic linker
     1.9 +CT_SetLibPath "${CT_PREFIX_DIR}/lib" first
    1.10 +
    1.11  # We must ensure that we can restart if asked for!
    1.12  if [ -n "${CT_RESTART}" -a ! -d "${CT_STATE_DIR}"  ]; then
    1.13      CT_DoLog ERROR "You asked to restart a non-restartable build"