mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
new package:
- add package libelf for upcoming gcc-4.5
This commit is contained in:
parent
2e0d15096d
commit
075d3246af
20
packages/toolchain/devel/libelf/build
Executable file
20
packages/toolchain/devel/libelf/build
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install ccache
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
mkdir -p objdir
|
||||
cd objdir
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--target=$TARGET_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make
|
||||
make install
|
1
packages/toolchain/devel/libelf/url
Normal file
1
packages/toolchain/devel/libelf/url
Normal file
@ -0,0 +1 @@
|
||||
http://www.mr511.de/software/libelf-0.8.12.tar.gz
|
Loading…
x
Reference in New Issue
Block a user