mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix ubldr build failure on mipsn32 and mipsn32el targets.
Approved by: adrian (mentor)
This commit is contained in:
parent
5707468385
commit
7345458d37
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ SRCS+= load_elf64.c reloc_elf64.c
|
|||
SRCS+= load_elf64.c reloc_elf64.c
|
||||
.elif ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "mips64el"
|
||||
SRCS+= load_elf64.c reloc_elf64.c
|
||||
.elif ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "mipsel"
|
||||
.elif ${MACHINE} == "mips"
|
||||
SRCS+= load_elf32.c reloc_elf32.c
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue