| Index: tests/spec2k/run_all.sh
|
| diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
|
| index e32110445c09f05b4934a18e646b6bd86e6be962..eec06a407b39ed7c9fa188c77a965c597db8b0fa 100755
|
| --- a/tests/spec2k/run_all.sh
|
| +++ b/tests/spec2k/run_all.sh
|
| @@ -329,7 +329,6 @@ SetupPnaclTranslatorFastX8664Opt() {
|
| SUFFIX=pnacl_translator_fast.opt.x8664
|
| }
|
|
|
| -
|
| #@
|
| #@ SetupPnaclTranslator1ThreadX8664Opt
|
| #@ use pnacl x8664 translator (with lto). Compile w/ 1 thread.
|
| @@ -346,7 +345,6 @@ SetupPnaclTranslatorFast1ThreadX8664Opt() {
|
| SUFFIX=pnacl_translator_fast_1thread.opt.x8664
|
| }
|
|
|
| -
|
| SetupPnaclX8632Common() {
|
| SetupSelLdr x86-32
|
| }
|
| @@ -367,6 +365,13 @@ SetupPnaclX8632Opt() {
|
| SUFFIX=pnacl.opt.x8632
|
| }
|
|
|
| +#@
|
| +#@ SetupPnaclX8632OptSz
|
| +#@ use pnacl x86-32 compiler (with lto) plus Subzero
|
| +SetupPnaclX8632OptSz() {
|
| + SetupPnaclX8632Common
|
| + SUFFIX=pnacl.opt.sz.x8632
|
| +}
|
|
|
| #@
|
| #@ SetupPnaclTranslatorX8632
|
| @@ -385,6 +390,14 @@ SetupPnaclTranslatorX8632Opt() {
|
| }
|
|
|
| #@
|
| +#@ SetupPnaclTranslatorX8632OptSz
|
| +#@ use pnacl x8632 Subzero translator (with lto)
|
| +SetupPnaclTranslatorX8632OptSz() {
|
| + SetupPnaclX8632Common
|
| + SUFFIX=pnacl_translator.opt.sz.x8632
|
| +}
|
| +
|
| +#@
|
| #@ SetupPnaclTranslatorFastX8632Opt
|
| #@ use pnacl x8632 translator fast mode (with lto)
|
| SetupPnaclTranslatorFastX8632Opt() {
|
| @@ -408,7 +421,6 @@ SetupPnaclTranslatorFast1ThreadX8632Opt() {
|
| SUFFIX=pnacl_translator_fast_1thread.opt.x8632
|
| }
|
|
|
| -
|
| #@
|
| #@ SetupGccArm
|
| #@ use gcc cross compiler
|
| @@ -425,7 +437,6 @@ SetupGccArmOpt() {
|
| SUFFIX=gcc.opt.arm
|
| }
|
|
|
| -
|
| SetupPnaclArmCommon() {
|
| SetupSelLdr arm "${QEMU_TOOL}" "-Q"
|
| }
|
| @@ -470,8 +481,6 @@ SetupPnaclTranslatorFastArmOpt() {
|
| SUFFIX=pnacl_translator_fast.opt.arm
|
| }
|
|
|
| -
|
| -
|
| SetupPnaclArmCommonHW() {
|
| SetupSelLdr arm
|
| }
|
|
|