source: release/1.3/linuxppc/ccl/headers64/elf/C/populate.sh

Last change on this file was 11488, 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

  • Property svn:executable set to *
File size: 236 bytes
Line 
1#!/bin/sh
2CFLAGS="-m64";export CFLAGS
3rm -rf usr
4# if the libelf in question comes from RedHat's elfutils,
5# it doesn't seem possible to use other interfaces (gelf)
6# without risking GPL contagion.
7h-to-ffi.sh /usr/include/libelf.h
8
9
Note: See TracBrowser for help on using the repository browser.