Changeset eb220ca for Jenkins


Ignore:
Timestamp:
May 12, 2017, 11:30:19 AM (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:
5d41e22
Parents:
caa8f7b
Message:

Fixed host config in test regen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/TestRegen

    rcaa8f7b reb220ca  
    6464        //escapes the sandbox
    6565        //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"
    6767
    6868        //Compile the project
Note: See TracChangeset for help on using the changeset viewer.