Remove unnecessary -isystem for host

Turns out we do not need -isystem/usr/include and
it can interfere with newer toolchains.

Reviewed by:	stevek
This commit is contained in:
Simon J. Gerraty 2023-09-28 14:19:11 -07:00
parent d33a4ae8ba
commit 0f87915f43

View file

@ -32,10 +32,6 @@ LIBADD+= egacy
.endif
.endif
.if ${MK_STAGING} == "yes"
ISYSTEM= /usr/include
CFLAGS+= -I${STAGE_INCLUDEDIR}
.endif
.endif
.endif # !target(__<src.init.mk>__)