index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-12 20:58:17 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-12 20:58:17 +0100 |
commit | de11dde1ed2ee7892b9e79d404448a965ed0e8dc (patch) | |
tree | 0f948d5acb0a71906863c93ece12f95d4ddfb06d /prepare_stage1_repo.sh | |
parent | 9c18afe15a8138ed7e85fdd0ce84db505e234467 (diff) |
-rwxr-xr-x | prepare_stage1_repo.sh | 1 |
diff --git a/prepare_stage1_repo.sh b/prepare_stage1_repo.sh index 1596b74..d3cf684 100755 --- a/prepare_stage1_repo.sh +++ b/prepare_stage1_repo.sh @@ -85,6 +85,7 @@ if test ! -d $STAGE1_BUILD; then CPUS=$(nproc) sed -i "s@^#MAKEFLAGS=.*@MAKEFLAGS=\"-j$CPUS\"@" makepkg-i486.conf sed -i "s@-march=x86-64 -mtune=generic @@" makepkg-i486.conf + sed -i "s@-march=i686 -mtune=generic @@" makepkg-i486.conf echo "Prepared the stage 1 build environment." fi |