Avoid errors when MACHINE is a pseudo machine like "common".

This commit is contained in:
Simon J. Gerraty 2013-10-12 23:49:26 +00:00
parent 04667c4760
commit 9d82612e13

View File

@ -1,5 +1,9 @@
# $FreeBSD$
.if ${MACHINE} == "common"
COMPILER_TYPE= none
.endif
.if !defined(COMPILER_TYPE)
. if ${CC:T:Mgcc*}
COMPILER_TYPE:= gcc