3 @@ -498,7 +498,8 @@ CFLAGS += -I$(KERNEL_HEADERS)
5 # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include'
6 #CFLAGS+=-iwithprefix include
7 -CFLAGS+=-isystem $(shell $(CC) -print-file-name=include)
8 +CC_IPREFIX:=$(shell $(CC) -print-file-name=include)
9 +CFLAGS+=-isystem $(CC_IPREFIX) -isystem $(CC_IPREFIX)-fixed
11 ifneq ($(DOASSERTS),y)