blob: 93f7b27e8ddfbc73921807019695761dee47d1b4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# i686 specific from e853387326a54fe565df56bb0e87c5d5b4393e0b (and before)
eval "$(
declare -f build | \
sed '
2 a \
export CFLAGS+=" -march=${CARCH}" \
export CXXFLAGS+=" -march=${CARCH}"
'
)"
|