summaryrefslogtreecommitdiff
path: root/core/ppl
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-07 15:16:44 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-07 15:16:44 +0100
commita4f1ae64a8291787b236dc08b1f0741bd9ab1ffd (patch)
treee57a628f7c9a5146959516370ea76e04e06d9be3 /core/ppl
parent4c4400925b792b694511bbbf2f645fb34495d5cf (diff)
Don't do mips64el-specific CFLAGS changes.
The Linux-libre 3.1.6 update was done a long time ago, so no changes for compatibility with older kernels are needed. For -fPIC changes it's better to check for i686, since this arch needs special treatment, not mips64el.
Diffstat (limited to 'core/ppl')
-rw-r--r--core/ppl/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/ppl/PKGBUILD b/core/ppl/PKGBUILD
index 57cb47e14..193da1a19 100644
--- a/core/ppl/PKGBUILD
+++ b/core/ppl/PKGBUILD
@@ -16,11 +16,6 @@ md5sums=('ce014f153a28006009db207ca953a984')
build() {
cd $srcdir/ppl-$pkgver
- # Workaround madd.d making a SIGILL on a NaN.
- [ "$CARCH" == "mips64el" ] && {
- CFLAGS=${CFLAGS/-march=loongson2f/-march=mips3 -mtune=loongson2f}
- CXXFLAGS=${CXXFLAGS/-march=loongson2f/-march=mips3 -mtune=loongson2f}
- }
./configure --prefix=/usr --enable-interfaces="c,cxx"
make
}