make preprocessor arguments clang-compatible

cute-signatures
Dmitry Golovin 2017-08-22 14:17:31 +03:00 committed by Timo Teräs
parent c099018e01
commit 04003569c5
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@))