| Rev | Line | |
|---|
| [14064] | 1 | Index: ../trunk-jpl/externalpackages/triangle/configs/android/configure.make
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- ../trunk-jpl/externalpackages/triangle/configs/android/configure.make (revision 13985)
|
|---|
| 4 | +++ ../trunk-jpl/externalpackages/triangle/configs/android/configure.make (revision 13986)
|
|---|
| 5 | @@ -9,11 +9,9 @@
|
|---|
| 6 | #
|
|---|
| 7 | # http://www.codesourcery.com/gnu_toolchains/arm/arm_gnu_linux_abi.pdf
|
|---|
| 8 |
|
|---|
| 9 | -source $ANDROID_DIR/android_aux.sh
|
|---|
| 10 | -
|
|---|
| 11 | -CC=${toolchain_path}-gcc
|
|---|
| 12 | -AR=${toolchain_path}-ar
|
|---|
| 13 | -RANLIB=${toolchain_path}-ranlib
|
|---|
| 14 | +CC=${host_triplet}-gcc
|
|---|
| 15 | +AR=${host_triplet}-ar
|
|---|
| 16 | +RANLIB=${host_triplet}-ranlib
|
|---|
| 17 | CSWITCHES = $(CFLAGS)
|
|---|
| 18 | TRILIBDEFS = -DTRILIBRARY
|
|---|
| 19 | OBJ_EXT=o
|
|---|
| 20 | Index: ../trunk-jpl/externalpackages/triangle/install-android.sh
|
|---|
| 21 | ===================================================================
|
|---|
| 22 | --- ../trunk-jpl/externalpackages/triangle/install-android.sh (revision 13985)
|
|---|
| 23 | +++ ../trunk-jpl/externalpackages/triangle/install-android.sh (revision 13986)
|
|---|
| 24 | @@ -1,6 +1,8 @@
|
|---|
| 25 | #!/bin/bash
|
|---|
| 26 | set -eu
|
|---|
| 27 |
|
|---|
| 28 | +source $ANDROID_DIR/android_aux.sh
|
|---|
| 29 | +
|
|---|
| 30 | #Some cleanup
|
|---|
| 31 | rm -rf install triangle
|
|---|
| 32 | mkdir install
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.