cloog-ppl: update to cloog-ppl-0.15.11

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-04-02 18:03:03 +02:00
parent f0ee422712
commit 5eaddc6ade
5 changed files with 8001 additions and 19487 deletions

View File

@ -25,9 +25,9 @@
setup_toolchain host setup_toolchain host
cd $BUILD/$1* cd $BUILD/$1*
autoreconf -vif
mkdir -p objdir && cd objdir mkdir -p objdir && cd objdir
../configure --host=$HOST_NAME \ ../configure --host=$HOST_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--target=$TARGET_NAME \ --target=$TARGET_NAME \

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="cloog-ppl" PKG_NAME="cloog-ppl"
PKG_VERSION="0.15.10" PKG_VERSION="0.15.11"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

File diff suppressed because it is too large Load Diff

View File

@ -23,3 +23,8 @@
. config/options $1 . config/options $1
sed -i "/LD_LIBRARY_PATH=/d" $BUILD/$1*/configure sed -i "/LD_LIBRARY_PATH=/d" $BUILD/$1*/configure
mkdir -p $PKG_BUILD/m4
touch $PKG_BUILD/AUTHORS
touch $PKG_BUILD/ChangeLog
touch $PKG_BUILD/NEWS