gcc-core: remove rpath support from $LDFLAGS, its now default

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-21 21:51:55 +02:00
parent 10fe8c95bc
commit f2ef473728

View File

@ -23,7 +23,6 @@ autoconf-2.64
mkdir -p objdir-$1 mkdir -p objdir-$1
cd objdir-$1 cd objdir-$1
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
../configure --host=$HOST_NAME \ ../configure --host=$HOST_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--target=$TARGET_NAME \ --target=$TARGET_NAME \