source: issm/trunk-jpl/configs/config-arm-linux.sh@ 15933

Last change on this file since 15933 was 15933, checked in by Eric.Larour, 12 years ago

CHG: recompile native side of arm cross compile targets, using a new config-arm-linux.sh config
file and a new location $ISSM_DIR/../mobile/android location.

  • Property svn:executable set to *
File size: 498 bytes
RevLine 
[12091]1#!/bin/sh
2
3./configure \
[14427]4 --prefix=$ISSM_DIR\
[15933]5 --libdir=$ISSM_DIR/../mobile/android/ISSM_APP/libs/armeabi\
[14427]6 --build="i386-apple-darwin10.8.0"\
7 --host="arm-linux-androideabi"\
8 --enable-shared\
9 --with-android=jni\
10 --with-android-ndk=$ISSM_DIR/externalpackages/android/android-ndk/install\
11 --without-fortran\
12 --without-wrappers\
13 --without-kriging\
14 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
15 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install\
Note: See TracBrowser for help on using the repository browser.