mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
@@ -6,7 +6,7 @@
|
||||
-I$(KLIBCOBJ)/../include \
|
||||
- -I$(KLIBCINC)
|
||||
-ifeq ($(cc-name),clang)
|
||||
-KLIBCCPPFLAGS += -I$(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include)
|
||||
-KLIBCCPPFLAGS += -isystem $(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include)
|
||||
-endif
|
||||
+ -I$(KLIBCINC) \
|
||||
+ -I$(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include)
|
||||
|
||||
Reference in New Issue
Block a user