Fix ubldr build failure on mipsn32 and mipsn32el targets.
Approved by: adrian (mentor)
This commit is contained in:
parent
5707468385
commit
7345458d37
@ -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 New Issue
Block a user