From 6fed0f232e1baee3c890f8383b98fa99acfae2b8 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 1 Oct 2018 13:36:07 -0700 Subject: Add support for building with gcc-plugins This doesn't enable any plugins, only the infrastrucutre for enabling plugins at a later date. --- configs/fedora/generic/CONFIG_GCC_PLUGINS | 2 +- configs/fedora/generic/CONFIG_GCC_PLUGIN_LATENT_ENTROPY | 1 + configs/fedora/generic/CONFIG_GCC_PLUGIN_RANDSTRUCT | 1 + configs/fedora/generic/CONFIG_GCC_PLUGIN_STRUCTLEAK | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 configs/fedora/generic/CONFIG_GCC_PLUGIN_LATENT_ENTROPY create mode 100644 configs/fedora/generic/CONFIG_GCC_PLUGIN_RANDSTRUCT create mode 100644 configs/fedora/generic/CONFIG_GCC_PLUGIN_STRUCTLEAK (limited to 'configs/fedora') diff --git a/configs/fedora/generic/CONFIG_GCC_PLUGINS b/configs/fedora/generic/CONFIG_GCC_PLUGINS index 072e253ed..178242a97 100644 --- a/configs/fedora/generic/CONFIG_GCC_PLUGINS +++ b/configs/fedora/generic/CONFIG_GCC_PLUGINS @@ -1 +1 @@ -# CONFIG_GCC_PLUGINS is not set +CONFIG_GCC_PLUGINS=y diff --git a/configs/fedora/generic/CONFIG_GCC_PLUGIN_LATENT_ENTROPY b/configs/fedora/generic/CONFIG_GCC_PLUGIN_LATENT_ENTROPY new file mode 100644 index 000000000..4775521e9 --- /dev/null +++ b/configs/fedora/generic/CONFIG_GCC_PLUGIN_LATENT_ENTROPY @@ -0,0 +1 @@ +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set diff --git a/configs/fedora/generic/CONFIG_GCC_PLUGIN_RANDSTRUCT b/configs/fedora/generic/CONFIG_GCC_PLUGIN_RANDSTRUCT new file mode 100644 index 000000000..649563cac --- /dev/null +++ b/configs/fedora/generic/CONFIG_GCC_PLUGIN_RANDSTRUCT @@ -0,0 +1 @@ +# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set diff --git a/configs/fedora/generic/CONFIG_GCC_PLUGIN_STRUCTLEAK b/configs/fedora/generic/CONFIG_GCC_PLUGIN_STRUCTLEAK new file mode 100644 index 000000000..23671269f --- /dev/null +++ b/configs/fedora/generic/CONFIG_GCC_PLUGIN_STRUCTLEAK @@ -0,0 +1 @@ +# CONFIG_GCC_PLUGIN_STRUCTLEAK is not set -- cgit