Changeset eb220ca
- Timestamp:
- May 12, 2017, 11:30:19 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 5d41e22
- Parents:
- caa8f7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/TestRegen
rcaa8f7b reb220ca 64 64 //escapes the sandbox 65 65 //Also specify the compiler by hand 66 sh "./configure CXX=clang++ ${arch} --with-backend-compiler=gcc-6 --prefix=${install_dir} --enable-silent-rules --quiet"66 sh "./configure CXX=clang++ --host=${arch} --with-backend-compiler=gcc-6 --prefix=${install_dir} --enable-silent-rules --quiet" 67 67 68 68 //Compile the project
Note: See TracChangeset
for help on using the changeset viewer.