index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-packages | 2 | ||||
-rwxr-xr-x | bin/check-opcodes | 1 |
diff --git a/bin/build-packages b/bin/build-packages index c6862f5..10c3e49 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -7,7 +7,7 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" -# TODO: distinguish between "pentium3" and "i686" +# TODO: distinguish between "pentium4" and "i686" # TODO: report back memory and hdd stats to the build master on successful build diff --git a/bin/check-opcodes b/bin/check-opcodes index 5965d50..e9f69a2 100755 --- a/bin/check-opcodes +++ b/bin/check-opcodes @@ -104,6 +104,7 @@ case $ARCH in i686) OPCODE_ARGS='-s MMX -s SSE' ;; +# TODO: pentium4 pentium3) OPCODE_ARGS='-s SSE2 -s SSE3' ;; |