Searched refs:cflags (Results 1 – 8 of 8) sorted by relevance
| /scripts/ |
| A D | Makefile.gcc-plugins | 6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \ 16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \ 18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \ 20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \ 22 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \ 26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \ 28 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE) \ 32 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 34 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 49 …trip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)) $(gcc-plugin-cflags-y))
|
| A D | Kbuild.include | 109 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 115 # Usage: cflags-y += $(call as-instr,instr,option1,option2) 126 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586) 131 # Usage: cflags-y += $(call hostcc-option,-march=winchip-c6,-march=i586) 141 # Usage: cflags-y += $(call cc-disable-warning,unused-but-set-variable)
|
| /scripts/dtc/pylibfdt/ |
| A D | setup.py | 112 cflags = ['-I%s' % basedir, '-I%s/libfdt' % basedir] 114 return swig_opts, version, files, cflags, objdir 119 cflags = os.environ.get('CPPFLAGS', '').split() variable 130 if not all((swig_opts, version, files, cflags, objdir)): 131 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
|
| /scripts/kconfig/ |
| A D | Makefile | 178 HOSTCFLAGS_nconf.o = $(shell . $(obj)/.nconf-cfg && echo $$cflags) 179 HOSTCFLAGS_nconf.gui.o = $(shell . $(obj)/.nconf-cfg && echo $$cflags) 190 $(eval HOSTCFLAGS_$f = $$(shell . $(obj)/.mconf-cfg && echo $$$$cflags))) 201 HOSTCXXFLAGS_qconf.o = $(shell . $(obj)/.qconf-cfg && echo $$cflags) 216 HOSTCFLAGS_gconf.o = $(shell . $(obj)/.gconf-cfg && echo $$cflags)
|
| A D | gconf-cfg.sh | 29 echo cflags=\"$(pkg-config --cflags $PKG)\"
|
| A D | qconf-cfg.sh | 15 echo cflags=\"-std=c++11 -fPIC $(pkg-config --cflags Qt5Core Qt5Gui Qt5Widgets)\"
|
| A D | nconf-cfg.sh | 9 echo cflags=\"$(pkg-config --cflags $PKG)\"
|
| A D | mconf-cfg.sh | 9 echo cflags=\"$(pkg-config --cflags $PKG)\"
|
Completed in 11 milliseconds