summaryrefslogtreecommitdiff
path: root/community/julia/PKGBUILD
blob: 2c862052aaf13a528f1bfe5b88f7dbaaf66a174a (plain)
1
2
3
4
5
6
7
8
eval "$(
  declare -f build | \
    sed '
      /^\s*make / i CFLAGS+=" -march=pentium4" \
                    CXXFLAGS+=" -march=pentium4"
      /MARCH="/ s/"x86-64"/"pentium4"/
    '
)"