MIPS: Don't specify STACKPROTECTOR in defconfigs
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 3 Aug 2016 19:03:59 +0000 (15:03 -0400)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 16 Aug 2016 13:22:28 +0000 (15:22 +0200)
commita9b8bfc44377ec55f9aa03369fc8324330abc936
treec832ed30d638aaf9163c7de45e09a8ecb17a1c9b
parent694d0d0bb2030d2e36df73e2d23d5770511dbc8d
MIPS: Don't specify STACKPROTECTOR in defconfigs

Only one defconfig has a STACKPROTECTOR value.  And it asks for
the strong variant, which isn't supported by older toolchains.

Due to the nature of MIPS having more platform specific code than say
x86, the allyesconfig and allmodconfig aren't as effective for build
coverage.  So, in addition, I like to use a trivial script to walk all
the defconfigs and build each one.

However I will get false positives on unsupported stackprotector values
with an older toolchain like gcc-4.6.3.  As in this instance I am just
using the compiler as a glorified syntax checker on a machine where I
build a bunch of other arch for the same reason, there is no real
motivation to get a newer toolchain for improved optimization etc.

Since there is only one of them, and there is nothing about these
settings that are board/platform specific, I propose we just eliminate
the existing instance and take the default.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: James Hartley <james.hartley@imgtec.com>
Cc: Ionela Voinescu <ionela.voinescu@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13846/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/configs/pistachio_defconfig
This page took 0.026306 seconds and 5 git commands to generate.