From a4f1ae64a8291787b236dc08b1f0741bd9ab1ffd Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Tue, 7 Feb 2012 15:16:44 +0100 Subject: 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. --- core/ppl/PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/ppl') 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 } -- cgit v1.2.3-54-g00ecf