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

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

CHG: took out disable static flag

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