Ignore:
Timestamp:
2013-01-10T15:59:57+13:00 (11 years ago)
Author:
davidb
Message:

Support for cross-compilation added -- the CrossOS check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/configure

    r26054 r26664  
    1111then
    1212 GSDLOS=windows
     13fi
     14if test "x$crossOS" != "x" ; then
     15  # Override derived value with value explicitly provided in crossOS
     16  GSDLOS=$crossOS
    1317fi
    1418
     
    102106        fi
    103107        ;;
    104     --host=* | --target=*)
     108    --host=* | --target=* | --build=*)
    105109        HOSTTARGETFLAGS="$HOSTTARGETFLAGS $1"
    106110        ;;
Note: See TracChangeset for help on using the changeset viewer.