[NaCl] Build for all nacl architectures

This commit is contained in:
Sam Clegg 2013-04-26 11:25:02 -07:00 committed by Sam Clegg
parent b5a509e65e
commit f1048557bd
1 changed files with 8 additions and 2 deletions

View File

@ -39,5 +39,11 @@ if [ "$1" = "clean" ]; then
exit 0
fi
make DEBUG=1 all
make DEBUG=0 all
make NACL_ARCH=x86_64 DEBUG=1 all
make NACL_ARCH=x86_64 DEBUG=0 all
make NACL_ARCH=i686 DEBUG=1 all
make NACL_ARCH=i686 DEBUG=0 all
make NACL_ARCH=arm DEBUG=1 all
make NACL_ARCH=arm DEBUG=0 all