From 4271567f09adb2f9c7995fdbee811becdaba5525 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Mon, 28 Jan 2013 18:13:11 +0100 Subject: Don't pass -march=loongson2f in PKGBUILDs. This needs a proper fix of not replacing user's CFLAGS and fixing the issues leading to this workaround. --- core/mkinitcpio-busybox/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/mkinitcpio-busybox') diff --git a/core/mkinitcpio-busybox/PKGBUILD b/core/mkinitcpio-busybox/PKGBUILD index c0e94f2b0..85af29111 100644 --- a/core/mkinitcpio-busybox/PKGBUILD +++ b/core/mkinitcpio-busybox/PKGBUILD @@ -23,7 +23,7 @@ build() { case $CARCH in mips64el) - local safeflags='loongson2f -O2 -mabi=n32 -mplt -Wa,-mfix-loongson2f-nop -Os -pipe -fno-strict-aliasing' ;; + local safeflags='mips3 -mtune=loongson2f -O2 -mabi=n32 -mplt -Wa,-mfix-loongson2f-nop -Os -pipe -fno-strict-aliasing' ;; *) local safeflags="${CARCH/_/-} -mtune=generic -Os -pipe -fno-strict-aliasing" ;; esac -- cgit v1.2.3-54-g00ecf