- Timestamp:
- 11/19/12 15:45:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/triangle/configs/android/configure.make
r12846 r13986 10 10 # http://www.codesourcery.com/gnu_toolchains/arm/arm_gnu_linux_abi.pdf 11 11 12 source $ANDROID_DIR/android_aux.sh 13 14 CC=${toolchain_path}-gcc 15 AR=${toolchain_path}-ar 16 RANLIB=${toolchain_path}-ranlib 12 CC=${host_triplet}-gcc 13 AR=${host_triplet}-ar 14 RANLIB=${host_triplet}-ranlib 17 15 CSWITCHES = $(CFLAGS) 18 16 TRILIBDEFS = -DTRILIBRARY
Note:
See TracChangeset
for help on using the changeset viewer.