Lines Matching refs:plugins
9 GCC plugins are loadable modules that provide extra features to the
41 **$(src)/scripts/gcc-plugins**
43 This is the directory of the GCC plugins.
45 **$(src)/scripts/gcc-plugins/gcc-common.h**
47 This is a compatibility header for GCC plugins.
53 gcc-common.h and chooses the proper host compiler to build the plugins
56 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
57 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
58 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
59 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
81 make gcc-plugins
90 The GCC plugins are in $(src)/scripts/gcc-plugins/. You can use a file or a directory
91 here. It must be added to $(src)/scripts/gcc-plugins/Makefile,
92 $(src)/scripts/Makefile.gcc-plugins and $(src)/arch/Kconfig.