new package:

- add package libelf for upcoming gcc-4.5
This commit is contained in:
Stephan Raue 2010-04-26 23:52:50 +02:00
parent 2e0d15096d
commit 075d3246af
2 changed files with 21 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
http://www.mr511.de/software/libelf-0.8.12.tar.gz