diff options
author | Paul Spooren <mail@aparcar.org> | 2019-10-09 06:36:53 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-10-09 09:13:44 +0200 |
commit | 419eff50f977cd49b8b677ec956ec2453973addb (patch) | |
tree | 81ba9e1a3c0c5d94cd03c56ef4095bfa6ec2dd62 | |
parent | bd4d3cd1017feb469efa3112d2f92408a420be35 (diff) | |
download | upstream-419eff50f977cd49b8b677ec956ec2453973addb.tar.gz upstream-419eff50f977cd49b8b677ec956ec2453973addb.tar.bz2 upstream-419eff50f977cd49b8b677ec956ec2453973addb.zip |
config: remove unused GCC_VERSION_4_8 config symbols
Lets remove unused GCC_VERSION_4_8 symbol after the series of patches
which has switched to target gcc-8 by default.
Signed-off-by: Paul Spooren <mail@aparcar.org>
[refactored into separate commit]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r-- | config/Config-build.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 9669fc86c7..872e5c12ab 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -243,7 +243,6 @@ menu "Global build settings" config PKG_CC_STACKPROTECTOR_STRONG bool "Strong" select GCC_LIBSSP if !USE_MUSL - depends on !GCC_VERSION_4_8 depends on KERNEL_CC_STACKPROTECTOR_STRONG endchoice @@ -258,7 +257,6 @@ menu "Global build settings" config KERNEL_CC_STACKPROTECTOR_REGULAR bool "Regular" config KERNEL_CC_STACKPROTECTOR_STRONG - depends on !GCC_VERSION_4_8 bool "Strong" endchoice |