mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Temporary use different stubs for the ECOFF case; I'm trying to get this
to build on the alpha, first off.
This commit is contained in:
parent
80e37f6c4d
commit
8d0d8a30ec
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ struct {
|
|||
{ "a.out", check_aout, hide_aout, },
|
||||
#endif
|
||||
#ifdef NLIST_ECOFF
|
||||
{ "ECOFF", check_ecoff, hide_ecoff, },
|
||||
{ "ECOFF", check_elf64, hide_elf64, },
|
||||
#endif
|
||||
#ifdef NLIST_ELF32
|
||||
{ "ELF32", check_elf32, hide_elf32, },
|
||||
|
|
|
|||
Loading…
Reference in a new issue