mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow... |
||
|---|---|---|
| .. | ||
| i386 | ||
| ldconfig | ||
| ldd | ||
| rtld | ||
| sparc | ||
| dynamic.h | ||
| ld.1 | ||
| ld.1aout | ||
| ld.c | ||
| ld.h | ||
| lib.c | ||
| Makefile | ||
| PORTING | ||
| rrs.c | ||
| shlib.c | ||
| shlib.h | ||
| support.c | ||
| support.h | ||
| symbol.c | ||
| symseg.h | ||
| warnings.c | ||
| xbits.c | ||