mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
Avoid errors when MACHINE is a pseudo machine like "common".
This commit is contained in:
parent
04667c4760
commit
9d82612e13
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "common"
|
||||
COMPILER_TYPE= none
|
||||
.endif
|
||||
|
||||
.if !defined(COMPILER_TYPE)
|
||||
. if ${CC:T:Mgcc*}
|
||||
COMPILER_TYPE:= gcc
|
||||
|
|
|
|||
Loading…
Reference in a new issue