mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
gmp:
- build with host= and build=
This commit is contained in:
parent
7e0f34e1fd
commit
42f80610f5
@ -11,12 +11,12 @@ setup_toolchain host
|
||||
# export CFLAGS="$CFLAGS -fno-strict-aliasing -fPIC"
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
mkdir -p objdir
|
||||
cd objdir
|
||||
# ../configure --host=$HOST_NAME \
|
||||
# --build=$HOST_NAME \
|
||||
# --target=$TARGET_NAME \
|
||||
../configure --build=$HOST_NAME \
|
||||
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
|
Loading…
x
Reference in New Issue
Block a user