mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Enable building of ficl on MIPS. It compiles, but needs more testing.
This commit is contained in:
parent
962cd8ffd7
commit
7d11259539
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MACHINE_ARCH} == "mips"
|
||||
MK_FORTH=no # not yet
|
||||
.endif
|
||||
|
||||
.if ${MK_FORTH} != "no"
|
||||
# Build the add-in FORTH interpreter.
|
||||
SUBDIR+= ficl
|
||||
|
|
|
|||
Loading…
Reference in a new issue