Changeset 5222605
- Timestamp:
- Mar 9, 2017, 3:08:16 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:
- 7b2c2c5f
- Parents:
- 3f414ef
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r3f414ef r5222605 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 : -
configure
r3f414ef r5222605 3376 3376 3377 3377 3378 echo $build_cpu3379 echo $host_cpu3380 3381 3378 if ! test "$host_cpu" = "$build_cpu"; then 3382 3379 case $host_cpu in -
configure.ac
r3f414ef r5222605 172 172 AC_CANONICAL_HOST 173 173 AC_SUBST([MACHINE_TYPE],[$host_cpu]) 174 175 echo $build_cpu176 echo $host_cpu177 174 178 175 if ! test "$host_cpu" = "$build_cpu"; then
Note: See TracChangeset
for help on using the changeset viewer.