diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-28 18:13:11 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-28 18:13:11 +0100 |
commit | 4271567f09adb2f9c7995fdbee811becdaba5525 (patch) | |
tree | 79a5ac7fa768fde011750130dcd880c8d2701246 /core/mkinitcpio-busybox/PKGBUILD | |
parent | 01346da4de50d9eda2660653fcaae6c1abfaa28a (diff) |
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.
Diffstat (limited to 'core/mkinitcpio-busybox/PKGBUILD')
-rw-r--r-- | core/mkinitcpio-busybox/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |