Changeset 26806


Ignore:
Timestamp:
2013-01-30T13:28:39+13:00 (11 years ago)
Author:
davidb
Message:

strip now added to the list of cross-compile args set up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r26791 r26806  
    359359
    360360  <condition property="cross.configure.args"
    361          value="--host=${cross.host} ${opt.cross.build} CPP=${cross.host}-cpp CC=${cross.host}-gcc CXX=${cross.host}-g++ LD=${cross.host}-ld AR=${cross.host}-ar RANLIB=${cross.host}-ranlib ${cross.configure.extraargs} crossOS=${cross.os}" else=" ">
     361         value="--host=${cross.host} ${opt.cross.build} CPP=${cross.host}-cpp CC=${cross.host}-gcc CXX=${cross.host}-g++ LD=${cross.host}-ld AR=${cross.host}-ar RANLIB=${cross.host}-ranlib STRIP=${cross.host}-strip ${cross.configure.extraargs} crossOS=${cross.os}" else=" ">
    362362    <istrue value="${compile.cross}"/>
    363363  </condition>
Note: See TracChangeset for help on using the changeset viewer.