Last change
on this file since 12587 was 12587, checked in by glperez, 13 years ago |
Minor modifications to configure script(Android).
|
-
Property svn:executable
set to
*
|
File size:
491 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | ./configure \
|
---|
4 | --prefix=$ISSM_DIR \
|
---|
5 | --host="arm-linux" \
|
---|
6 | --without-modules \
|
---|
7 | CC=$ANDROID_DIR/arm-linux-android-4.1/bin/arm-linux-androideabi-gcc \
|
---|
8 | GCC=$ANDROID_DIR/arm-linux-android-4.1/bin/arm-linux-androideabi-gcc \
|
---|
9 | CXX=$ANDROID_DIR/arm-linux-android-4.1/bin/arm-linux-androideabi-g++ \
|
---|
10 | --with-vendor=arm-linux \
|
---|
11 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
12 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
|
---|
13 | --with-fortran="no"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.