Avoid errors when MACHINE is a pseudo machine like "common".
This commit is contained in:
parent
04667c4760
commit
9d82612e13
@ -1,5 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "common"
|
||||
COMPILER_TYPE= none
|
||||
.endif
|
||||
|
||||
.if !defined(COMPILER_TYPE)
|
||||
. if ${CC:T:Mgcc*}
|
||||
COMPILER_TYPE:= gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user