Revert "cloog-ppl: update to cloog-ppl-0.15.10packages/toolchain/math/cloog-ppl"

This reverts commit 15568e7dfe388711f7b68960a1412d0f3f1844ea.
This commit is contained in:
Stephan Raue 2010-09-02 21:13:39 +02:00
parent 15568e7dfe
commit f1ef783a1f
8 changed files with 4 additions and 19544 deletions

View File

@ -35,24 +35,11 @@ progress "starting XBMC"
# add some default settings
mkdir -p $HOME/.xbmc/userdata
# use dds fanarts by default
if [ ! -f $HOME/.xbmc/userdata/advancedsettings.xml ] ; then
cat > $HOME/.xbmc/userdata/advancedsettings.xml << EOF
<advancedsettings>
<useddsfanart>true</useddsfanart>
</advancedsettings>
EOF
fi
mkdir -p $HOME/.xbmc/userdata
# Always sync to vblank
if [ ! -f $HOME/.xbmc/userdata/guisettings.xml ] ; then
cat > $HOME/.xbmc/userdata/guisettings.xml << EOF
<settings>
<videoscreen>
<vsync>2</vsync>
</videoscreen>
</settings>
EOF
fi

View File

@ -35,24 +35,11 @@ progress "starting XBMC"
# add some default settings
mkdir -p $HOME/.xbmc/userdata
# use dds fanarts by default
if [ ! -f $HOME/.xbmc/userdata/advancedsettings.xml ] ; then
cat > $HOME/.xbmc/userdata/advancedsettings.xml << EOF
<advancedsettings>
<useddsfanart>true</useddsfanart>
</advancedsettings>
EOF
fi
mkdir -p $HOME/.xbmc/userdata
# Always sync to vblank
if [ ! -f $HOME/.xbmc/userdata/guisettings.xml ] ; then
cat > $HOME/.xbmc/userdata/guisettings.xml << EOF
<settings>
<videoscreen>
<vsync>2</vsync>
</videoscreen>
</settings>
EOF
fi

View File

@ -16,12 +16,6 @@ $SCRIPTS/build gcc-core
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||"`
CFLAGS=`echo $CFLAGS | sed -e "s|-Os|-O3|"`
# CFLAGS=`echo $CFLAGS | sed -e "s|-ftree-loop-distribution||"`
# CFLAGS=`echo $CFLAGS | sed -e "s|-floop-interchange||"`
# CFLAGS=`echo $CFLAGS | sed -e "s|-floop-strip-mine||"`
# CFLAGS=`echo $CFLAGS | sed -e "s|-floop-block||"`
# CFLAGS=`echo $CFLAGS | sed -e "s|-fgraphite-identity||"`
# set some CFLAGS we need
CFLAGS="$CFLAGS -g -fno-stack-protector"
@ -93,7 +87,7 @@ EOF
--enable-bind-now \
--with-elf \
--with-tls \
--enable-kernel=2.6.35 \
--enable-kernel=2.6.34 \
--with-__thread \
--with-binutils=$BUILD/toolchain/bin \
--with-headers=$SYSROOT_PREFIX/usr/include \

View File

@ -1,24 +0,0 @@
diff -Naur gcc-4.5.1/configure gcc-4.5.1.patch/configure
--- gcc-4.5.1/configure 2010-06-24 23:06:37.000000000 +0200
+++ gcc-4.5.1.patch/configure 2010-09-02 17:12:08.807742278 +0200
@@ -5781,7 +5781,7 @@
# Check for PPL
ppl_major_version=0
-ppl_minor_version=10
+ppl_minor_version=11
ppllibs=" -lppl_c -lppl -lgmpxx"
pplinc=
diff -Naur gcc-4.5.1/configure.ac gcc-4.5.1.patch/configure.ac
--- gcc-4.5.1/configure.ac 2010-06-24 23:06:37.000000000 +0200
+++ gcc-4.5.1.patch/configure.ac 2010-09-02 17:12:22.748618664 +0200
@@ -1511,7 +1511,7 @@
# Check for PPL
ppl_major_version=0
-ppl_minor_version=10
+ppl_minor_version=11
ppllibs=" -lppl_c -lppl -lgmpxx"
pplinc=

View File

@ -1 +1 @@
ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.gz
ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.9.tar.gz

View File

@ -21,6 +21,7 @@ LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
--disable-static \
--enable-interfaces="c,cxx" \
--with-libgmp-prefix="$ROOT/$TOOLCHAIN" \
--with-libgmpxx-prefix="$ROOT/$TOOLCHAIN" \
make -j1
make install

View File

@ -1 +1 @@
http://www.cs.unipr.it/ppl/Download/ftp/releases/0.11/ppl-0.11.tar.bz2
http://www.cs.unipr.it/ppl/Download/ftp/releases/0.10.2/ppl-0.10.2.tar.bz2