Changeset 5222605


Ignore:
Timestamp:
Mar 9, 2017, 3:08:16 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Removed extraneous echoes and flags in jenkins build

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r3f414ef r5222605  
    227227        switch( arch ) {
    228228                case 'x64':
    229                         return '--host=x86_64 CXXFLAGS="-m64" CFAFLAGS="-m64"'
     229                        return '--host=x86_64'
    230230                break
    231231                case 'x86':
    232                         return '--host=i386   CXXFLAGS="-m32" CFAFLAGS="-m32"'
     232                        return '--host=i386'
    233233                break
    234234                default :
  • configure

    r3f414ef r5222605  
    33763376
    33773377
    3378 echo $build_cpu
    3379 echo $host_cpu
    3380 
    33813378if ! test "$host_cpu" = "$build_cpu"; then
    33823379        case $host_cpu in
  • configure.ac

    r3f414ef r5222605  
    172172AC_CANONICAL_HOST
    173173AC_SUBST([MACHINE_TYPE],[$host_cpu])
    174 
    175 echo $build_cpu
    176 echo $host_cpu
    177174
    178175if ! test "$host_cpu" = "$build_cpu"; then
Note: See TracChangeset for help on using the changeset viewer.