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:
@@ -32,10 +32,6 @@ LIBADD+= egacy
|
|||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MK_STAGING} == "yes"
|
|
||||||
ISYSTEM= /usr/include
|
|
||||||
CFLAGS+= -I${STAGE_INCLUDEDIR}
|
|
||||||
.endif
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.endif # !target(__<src.init.mk>__)
|
.endif # !target(__<src.init.mk>__)
|
||||||
|
|||||||
Reference in New Issue
Block a user