summaryrefslogtreecommitdiff
path: root/community/tensorflow/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tensorflow/PKGBUILD')
-rw-r--r--community/tensorflow/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tensorflow/PKGBUILD b/community/tensorflow/PKGBUILD
index bfd09f66..61820fe9 100644
--- a/community/tensorflow/PKGBUILD
+++ b/community/tensorflow/PKGBUILD
@@ -1,7 +1,7 @@
eval "$(
declare -f prepare | \
sed '
- s|export CC_OPT_FLAGS="-march=x86-64"|export CC_OPT_FLAGS="-march=i686"|
+ s|export CC_OPT_FLAGS="-march=x86-64"|export CC_OPT_FLAGS="-march=${CARCH}"|
'
)"