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
|
Rev | Line | |
---|
[12091] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | ./configure \
|
---|
[12157] | 4 | --prefix=$ISSM_DIR \
|
---|
[12172] | 5 | --host="arm-linux" \
|
---|
[12171] | 6 | --without-modules \
|
---|
[12130] | 7 | --with-vendor=arm-linux \
|
---|
[12157] | 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.