source: release/1.3/linuxppc/ccl/headers/jni/C/populate.sh

Last change on this file was 11487, checked in by Gary Byers, 16 years ago

Add things (elf, jni, gmp) that're provided on other Linux platforms.
Try to ensure that populate.sh scripts set CFLAGS reasonably, rm -rf ./usr

File size: 148 bytes
Line 
1#!/bin/sh
2JVMINCLUDE=/usr/lib/jvm/java-openjdk/include
3CFLAGS="-m32 -I${JVMINCLUDE}/linux";export CFLAGS
4rm -rf usr
5h-to-ffi.sh ${JVMINCLUDE}/jni.h
Note: See TracBrowser for help on using the repository browser.