Explorar o código

- use -print-file-name

Bernhard Reutner-Fischer %!s(int64=17) %!d(string=hai) anos
pai
achega
18f27be358
Modificáronse 1 ficheiros con 3 adicións e 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