#include "linux.h" /* Reenable when recent mips kernel bug fixed -- SIGBUS passed on occasion instead of SIGSEGV with no address passed in siginfo_t*/ /* kernel bug now fixed, but likely not everywhere. Add additional memprotect test in sgbc.c to ensure we have a working kernel */ #define SGC #if SIZEOF_LONG==4 #define RELOC_H "elf32_mips_reloc.h" #define SPECIAL_RELOC_H "elf32_mips_reloc_special.h" #else #define RELOC_H "elf64_mips_reloc.h" #define SPECIAL_RELOC_H "elf64_mips_reloc_special.h" #endif #define NEED_STACK_CHK_GUARD