Skip to content

Commit

Permalink
gcc-plugins: Add support for passing plugin arguments
Browse files Browse the repository at this point in the history
The latent_entropy plugin needs to pass arguments, so this adds the
support.

Signed-off-by: Emese Revfy <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
  • Loading branch information
ephox-gcc-plugins authored and kees committed Aug 9, 2016
1 parent ed58c0e commit 65d59ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile.gcc-plugins
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ifdef CONFIG_GCC_PLUGINS
endif
endif

GCC_PLUGINS_CFLAGS := $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y))
GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)) $(gcc-plugin-cflags-y))

export PLUGINCC GCC_PLUGINS_CFLAGS GCC_PLUGIN SANCOV_PLUGIN

Expand Down

0 comments on commit 65d59ec

Please sign in to comment.