Searched full:rustflags (Results 1 – 5 of 5) sorted by relevance
87 # Usage: rustflags-y += $(call rustc-option,-Cinstrument-coverage,-Zinstrument-coverage)
6 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)115 $(filter-out $(rustflags-remove-y), \116 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
25 rustflags-y :=
679 rustflags-$(call rustc-min-version, 108500) := -Cfoo681 In this example, rustflags-y will be assigned the value -Cfoo if
1094 # Add user supplied CPPFLAGS, AFLAGS, CFLAGS and RUSTFLAGS as the last assignments