mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
mpfr:
- build with host=, target= and build=
This commit is contained in:
parent
42f80610f5
commit
a89a8e633a
@ -8,10 +8,15 @@ $SCRIPTS/build gmp
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
mkdir -p objdir
|
||||
cd objdir
|
||||
|
||||
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
|
||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--target=$TARGET_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--enable-shared \
|
||||
--with-gmp-lib="$ROOT/$TOOLCHAIN/lib" \
|
||||
--with-gmp-include="$ROOT/$TOOLCHAIN/include" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user