mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
On mips64, built 64-bit ELF support.
MFC after: 3 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
02f21ea80b
commit
347d368c80
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ SRCS+= load_elf32.c reloc_elf32.c
|
|||
SRCS+= load_elf64.c reloc_elf64.c
|
||||
.elif ${MACHINE_CPUARCH} == "sparc64"
|
||||
SRCS+= load_elf64.c reloc_elf64.c
|
||||
.elif ${MACHINE_ARCH} == "mips64"
|
||||
SRCS+= load_elf64.c reloc_elf64.c
|
||||
.endif
|
||||
|
||||
.if defined(LOADER_NET_SUPPORT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue