blob: e6d830d02f8802b90151c8d8c752e777122a7a6c (
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=pentium4" \
export CXXFLAGS+=" -march=pentium4"
'
)"
|