- remove build and install script, we dont need this anymore
This commit is contained in:
Stephan Raue 2009-12-05 19:24:17 +01:00
parent 0c6da76f35
commit 41bb1278b1
2 changed files with 0 additions and 21 deletions

View File

@ -1,15 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install ccache
setup_toolchain host
CC=$LOCAL_CC
cd $PKG_BUILD
./configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN
make

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $ROOT/$TOOLCHAIN/bin
cp -rf $PKG_BUILD/src/$1/$1 $ROOT/$TOOLCHAIN/bin