diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-05 22:46:59 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-05 22:46:59 +0100 |
commit | 14fdb63804f1548b5d1ab9598100c7f103d4512d (patch) | |
tree | cd5b164a5404195ab9b833ff72e3f90c630b1529 /support | |
parent | 6030986311434d554635761925925bfd351b836b (diff) | |
download | buildroot-14fdb63804f1548b5d1ab9598100c7f103d4512d.tar.gz buildroot-14fdb63804f1548b5d1ab9598100c7f103d4512d.zip |
support/config-fragments: remove bogus BR2_JLEVEL option
There is no reason to have a BR2_JLEVEL option in such toolchain
defconfigs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support')
-rw-r--r-- | support/config-fragments/autobuild/br-xtensa-full-internal.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/config-fragments/autobuild/br-xtensa-full-internal.config b/support/config-fragments/autobuild/br-xtensa-full-internal.config index f642a4d76b..89e81d4c45 100644 --- a/support/config-fragments/autobuild/br-xtensa-full-internal.config +++ b/support/config-fragments/autobuild/br-xtensa-full-internal.config @@ -1,4 +1,3 @@ BR2_xtensa=y -BR2_JLEVEL=8 BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_CXX=y |