source:
branches/working-0709/ccl/x86-headers64/elf/C/populate.sh
| Last change on this file was 7304, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 236 bytes | |
| Rev | Line | |
|---|---|---|
| [7298] | 1 | #!/bin/sh |
| 2 | CFLAGS="-m64";export CFLAGS | |
| 3 | rm -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. | |
| [7304] | 7 | h-to-ffi.sh /usr/include/libelf.h |
| [7298] | 8 | |
| 9 |
Note:
See TracBrowser
for help on using the repository browser.
