aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorryang <decatf@gmail.com>2018-05-14 18:13:26 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-04 12:08:21 +0000
commit35279d8f6de12288763982657e2a3da95ad6dd50 (patch)
treeaed5076f55f8cb189315238f86185c465e8665ec
parent11c5f257c586b68e3567ece44133b21c02c88f00 (diff)
downloadaports-35279d8f6de12288763982657e2a3da95ad6dd50.tar.bz2
aports-35279d8f6de12288763982657e2a3da95ad6dd50.tar.xz
Revert "main/mesa: build fix for armhf"
This reverts commit 2b4535bd3025886a5237ecf385fe5f92b8c28da2. It's not necessary anymore to apply CFLAGS -mfpu=neon globally. mesa now applies target specific CFLAGS to enable neon for the vc4 driver. https://cgit.freedesktop.org/mesa/mesa/commit/?id=bd5efbd70b33a9f7977e75799c3b7d293113ba4d
-rw-r--r--main/mesa/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index 684a7fffdb..e668b1444a 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -51,9 +51,6 @@ x86*)
armhf|aarch64)
_gallium_drivers="${_gallium_drivers},vc4"
subpackages="$subpackages $pkgname-dri-vc4:_dri"
- case "$CARCH" in
- armhf) CFLAGS="$CFLAGS -mfpu=neon";;
- esac
;;
esac