Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r5222605 r3f22503  
    227227        switch( arch ) {
    228228                case 'x64':
    229                         return '--host=x86_64'
     229                        return '--host=x86_64 CXXFLAGS="-m64" CFAFLAGS="-m64"'
    230230                break
    231231                case 'x86':
    232                         return '--host=i386'
     232                        return '--host=i386   CXXFLAGS="-m32" CFAFLAGS="-m32"'
    233233                break
    234234                default :
Note: See TracChangeset for help on using the changeset viewer.