ELF64 support is not needed on pc98.
This commit is contained in:
parent
7e8cc3ff98
commit
0a4bbdbd31
@ -4,10 +4,14 @@ SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c
|
||||
SRCS+= interp_backslash.c interp_parse.c ls.c misc.c
|
||||
SRCS+= module.c panic.c
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
.if ${MACHINE} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
SRCS+= load_elf32.c load_elf32_obj.c load_elf64.c load_elf64_obj.c
|
||||
SRCS+= reloc_elf32.c reloc_elf64.c
|
||||
.endif
|
||||
.if ${MACHINE} == "pc98"
|
||||
SRCS+= load_elf32.c load_elf32_obj.c
|
||||
SRCS+= reloc_elf32.c
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
SRCS+= load_elf32.c reloc_elf32.c
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user