|
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
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
123 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | CFLAGS="-m32";export CFLAGS
|
|---|
| 3 | rm -rf usr
|
|---|
| 4 | h-to-ffi.sh `pkg-config --cflags gtk+-2.0` /usr/include/gtk-2.0/gtk/gtk.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.