- Timestamp:
- 11/30/12 10:09:49 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13976-13979,13982-14022,14026,14028,14034,14046-14063,14066
- Property svn:mergeinfo changed
-
issm/trunk/externalpackages/triangle/configs/android/configure.make
r13395 r14067 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.