From 287a45a6120951a10b59b0c2918b36b7fcff7c74 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 15 Nov 2017 21:55:54 +0100 Subject: community/julia: put back old i686-specific stuff into the PKGBUILD --- community/julia/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/julia/PKGBUILD (limited to 'community/julia') diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD new file mode 100644 index 00000000..2c862052 --- /dev/null +++ b/community/julia/PKGBUILD @@ -0,0 +1,8 @@ +eval "$( + declare -f build | \ + sed ' + /^\s*make / i CFLAGS+=" -march=pentium4" \ + CXXFLAGS+=" -march=pentium4" + /MARCH="/ s/"x86-64"/"pentium4"/ + ' +)" -- cgit v1.2.3