source: release/1.3/linuxppc/ccl/headers/gmp/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: 80 bytes
Line 
1#!/bin/sh
2CFLAGS="-m32";export CFLAGS
3rm -rf usr
4h-to-ffi.sh /usr/include/gmp.h
Note: See TracBrowser for help on using the repository browser.