- use systems optimization
- cleanups
This commit is contained in:
Stephan Raue 2010-06-05 08:29:07 +02:00
parent e11a603777
commit 3adb9b206c
2 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,6 @@
$SCRIPTS/build toolchain $SCRIPTS/build toolchain
$SCRIPTS/build libXrandr $SCRIPTS/build libXrandr
export CFLAGS="$CFLAGS -O2"
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
@ -17,4 +15,4 @@ cd $PKG_BUILD
make make
$STRIP $1 $STRIP $1

View File

@ -4,4 +4,4 @@
$SCRIPTS/install libXrandr $SCRIPTS/install libXrandr
mkdir -p $INSTALL/usr/bin mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/$1 $INSTALL/usr/bin cp $PKG_BUILD/$1 $INSTALL/usr/bin