mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We aren't quite ready to switch emulations and loose the
override ELF_DYNAMIC_INTERPRETER requirement. Has a good eye: jmallet
This commit is contained in:
parent
91c7467999
commit
16444b7a38
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* FreeBSD does not adhere to the Intel386 System V ABI. */
|
||||
#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1"
|
||||
|
||||
#include "ansidecl.h"
|
||||
#include "symcat.h"
|
||||
#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue