Skip to content
Snippets Groups Projects
Commit 04003569 authored by Dima Pulkinen's avatar Dima Pulkinen Committed by Timo Teräs
Browse files

make preprocessor arguments clang-compatible

parent c099018e
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
#####
# Handle options to gcc.
c_flags = -Wp,-MD,$(depfile),-MT,$@ $(CPPFLAGS) \
c_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CPPFLAGS) \
$(CFLAGS_ALL) $(CFLAGS_EXTRA) $(CFLAGS_$(notdir $@))
ld_flags = $(LDFLAGS_ALL) $(LDFLAGS_EXTRA) $(LDFLAGS_$(notdir $@))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment