diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-23 21:57:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-23 21:57:45 +0000 |
commit | 18f27be3580fcbd81c5b8f17a43648e8d1fd039e (patch) | |
tree | 9b8222cbfe1254d351fad432f17c6314076c5d4b | |
parent | 5e25c1061c9ad6518186cc1fcfffc18d3668720d (diff) |
- use -print-file-name
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |