mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
It is unlikely that we'll be supporting old-style ZMAGIC linux a.out
binaries on anything but i386.. (ia64, sparc64, etc) Invert the .if so that it is inclusive of i386 platforms rather than excluding just the alpha.
This commit is contained in:
parent
7020326332
commit
e4b36f7dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ SRCS= linux_file.c linux_ioctl.c linux_ipc.c linux_machdep.c linux_misc.c \
|
|||
opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h
|
||||
OBJS= linux_locore.o
|
||||
|
||||
.if ${MACHINE_ARCH} != "alpha"
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SRCS+= imgact_linux.c
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue