mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05: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... |
||
|---|---|---|
| .. | ||
| append.c | ||
| ar.1 | ||
| ar.1aout | ||
| ar.5 | ||
| ar.c | ||
| archive.c | ||
| archive.h | ||
| contents.c | ||
| delete.c | ||
| extern.h | ||
| extract.c | ||
| Makefile | ||
| misc.c | ||
| move.c | ||
| pathnames.h | ||
| print.c | ||
| replace.c | ||