mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package:
- add package libelf for upcoming gcc-4.5
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user