Fix ubldr build failure on mipsn32 and mipsn32el targets.

Approved by:	adrian (mentor)
This commit is contained in:
Stanislav Galabov 2016-03-04 05:36:53 +00:00
parent 5707468385
commit 7345458d37

View File

@ -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