Changeset 8ef9c5e7 for Jenkinsfile
- Timestamp:
- Mar 13, 2017, 2:14:50 PM (8 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:
- 17df48e
- Parents:
- 031a2c95 (diff), 68ac32e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
r031a2c95 r8ef9c5e7 227 227 switch( arch ) { 228 228 case 'x64': 229 return '--host=x86_64 CXXFLAGS="-m64" CFAFLAGS="-m64"'229 return '--host=x86_64' 230 230 break 231 231 case 'x86': 232 return '--host=i386 CXXFLAGS="-m32" CFAFLAGS="-m32"'232 return '--host=i386' 233 233 break 234 234 default :
Note: See TracChangeset
for help on using the changeset viewer.