mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
gcc-final: cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
262931745a
commit
7122f689e0
@ -15,8 +15,10 @@ $SCRIPTS/unpack gcc
|
|||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $BUILD/gcc*
|
cd $BUILD/gcc*
|
||||||
|
|
||||||
mkdir -p objdir-$1
|
mkdir -p objdir-$1
|
||||||
cd objdir-$1
|
cd objdir-$1
|
||||||
|
|
||||||
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
|
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
|
||||||
../configure --host=$HOST_NAME \
|
../configure --host=$HOST_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user