source:
issm/oecreview/Archive/13977-14063/ISSM-13985-13986.diff@
14064
Last change on this file since 14064 was 14064, checked in by , 12 years ago | |
---|---|
File size: 1.1 KB |
-
../trunk-jpl/externalpackages/triangle/configs/android/configure.make
9 9 # 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 19 17 OBJ_EXT=o -
../trunk-jpl/externalpackages/triangle/install-android.sh
1 1 #!/bin/bash 2 2 set -eu 3 3 4 source $ANDROID_DIR/android_aux.sh 5 4 6 #Some cleanup 5 7 rm -rf install triangle 6 8 mkdir install
Note:
See TracBrowser
for help on using the repository browser.