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
|
Rev | Line | |
---|
[12091] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | ./configure \
|
---|
[12157] | 4 | --prefix=$ISSM_DIR \
|
---|
[12172] | 5 | --host="arm-linux" \
|
---|
[12171] | 6 | --without-modules \
|
---|
[12587] | 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++ \
|
---|
[12130] | 10 | --with-vendor=arm-linux \
|
---|
[12157] | 11 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
[12227] | 12 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
|
---|
[12587] | 13 | --with-fortran="no"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.