source: issm/oecreview/Archive/13977-14063/ISSM-13985-13986.diff@ 14064

Last change on this file since 14064 was 14064, checked in by Mathieu Morlighem, 12 years ago

Added Archive/13977-14063

File size: 1.1 KB
  • ../trunk-jpl/externalpackages/triangle/configs/android/configure.make

     
    99#
    1010# http://www.codesourcery.com/gnu_toolchains/arm/arm_gnu_linux_abi.pdf
    1111
    12 source $ANDROID_DIR/android_aux.sh
    13 
    14 CC=${toolchain_path}-gcc
    15 AR=${toolchain_path}-ar
    16 RANLIB=${toolchain_path}-ranlib
     12CC=${host_triplet}-gcc
     13AR=${host_triplet}-ar
     14RANLIB=${host_triplet}-ranlib
    1715CSWITCHES = $(CFLAGS)
    1816TRILIBDEFS = -DTRILIBRARY
    1917OBJ_EXT=o
  • ../trunk-jpl/externalpackages/triangle/install-android.sh

     
    11#!/bin/bash
    22set -eu
    33
     4source $ANDROID_DIR/android_aux.sh
     5
    46#Some cleanup
    57rm -rf install triangle
    68mkdir install
Note: See TracBrowser for help on using the repository browser.