gcc-final:

- fix lib search path
This commit is contained in:
Stephan Raue 2010-04-01 02:05:42 +02:00
parent 91bb40d2f5
commit e7cdda8b6e

View File

@ -16,12 +16,12 @@ setup_toolchain host
cd $BUILD/gcc*
mkdir -p objdir-$1
cd objdir-$1
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
../configure --host=$HOST_NAME \
--build=$HOST_NAME \
--target=$TARGET_NAME \
--prefix=$ROOT/$TOOLCHAIN \
--with-sysroot=$SYSROOT_PREFIX \
--with-local-prefix=${LIB_PREFIX#$SYSROOT_PREFIX} \
--with-gmp=$ROOT/$TOOLCHAIN \
--with-mpfr=$ROOT/$TOOLCHAIN \
--with-ppl=$ROOT/$TOOLCHAIN \