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

Last change on this file since 12172 was 12172, checked in by glperez, 13 years ago

Modifified ISSM_options.m4 and arm-linux-android-4.0 to better fit cross-compiling needs

  • Property svn:executable set to *
File size: 242 bytes
Line 
1#!/bin/sh
2
3./configure \
4 --prefix=$ISSM_DIR \
5 --host="arm-linux" \
6 --without-modules \
7 --with-vendor=arm-linux \
8 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
9 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
Note: See TracBrowser for help on using the repository browser.