Explorar el Código

- use -print-file-name

Bernhard Reutner-Fischer hace 17 años
padre
commit
18f27be358
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Rules.mak

+ 3 - 1
Rules.mak

@@ -598,7 +598,9 @@ else
 endif
 CFLAGS += -I$(KERNEL_HEADERS)
 
-CFLAGS += -iwithprefix include-fixed -iwithprefix include
+#CFLAGS += -iwithprefix include-fixed -iwithprefix include
+CC_IPREFIX:=$(shell $(CC) --print-file-name=include)
+CFLAGS += -I$(dir $(CC_IPREFIX))/include-fixed -I$(CC_IPREFIX)
 
 ifneq ($(DOASSERTS),y)
 CFLAGS+=-DNDEBUG