| Index: tests/spec2k/run_all.sh
|
| diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
|
| index eec06a407b39ed7c9fa188c77a965c597db8b0fa..9427896cb39bf56397a52e3e02ddd99b042cecbd 100755
|
| --- a/tests/spec2k/run_all.sh
|
| +++ b/tests/spec2k/run_all.sh
|
| @@ -390,14 +390,6 @@ 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() {
|
| @@ -406,6 +398,14 @@ SetupPnaclTranslatorFastX8632Opt() {
|
| }
|
|
|
| #@
|
| +#@ SetupPnaclTranslatorFastX8632OptSz
|
| +#@ use pnacl x8632 Subzero translator (with lto)
|
| +SetupPnaclTranslatorFastX8632OptSz() {
|
| + SetupPnaclX8632Common
|
| + SUFFIX=pnacl_translator_fast.opt.sz.x8632
|
| +}
|
| +
|
| +#@
|
| #@ SetupPnaclTranslator1ThreadX8632Opt
|
| #@ use pnacl x8632 translator (with lto). Compile w/ 1 thread.
|
| SetupPnaclTranslator1ThreadX8632Opt() {
|
| @@ -422,6 +422,14 @@ SetupPnaclTranslatorFast1ThreadX8632Opt() {
|
| }
|
|
|
| #@
|
| +#@ SetupPnaclTranslatorFast1ThreadX8632OptSz
|
| +#@ use pnacl x8632 Subzero translator (with lto). Compile w/ 1 thread.
|
| +SetupPnaclTranslatorFast1ThreadX8632OptSz() {
|
| + SetupPnaclX8632Common
|
| + SUFFIX=pnacl_translator_fast_1thread.opt.sz.x8632
|
| +}
|
| +
|
| +#@
|
| #@ SetupGccArm
|
| #@ use gcc cross compiler
|
| SetupGccArm() {
|
|
|