Ignore:
Timestamp:
11/19/12 15:45:12 (12 years ago)
Author:
glperez
Message:

BUG: Fixed issue with Triangle cross-compile for Android.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/triangle/configs/android/configure.make

    r12846 r13986  
    1010# http://www.codesourcery.com/gnu_toolchains/arm/arm_gnu_linux_abi.pdf
    1111
    12 source $ANDROID_DIR/android_aux.sh
    13 
    14 CC=${toolchain_path}-gcc
    15 AR=${toolchain_path}-ar
    16 RANLIB=${toolchain_path}-ranlib
     12CC=${host_triplet}-gcc
     13AR=${host_triplet}-ar
     14RANLIB=${host_triplet}-ranlib
    1715CSWITCHES = $(CFLAGS)
    1816TRILIBDEFS = -DTRILIBRARY
Note: See TracChangeset for help on using the changeset viewer.