diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-05 22:46:59 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-30 18:21:34 +0200 |
commit | 07a9d75ec14c03805d8ba5ba21d6835818f3e801 (patch) | |
tree | 9c1df41a3f8b8ab80985028ea0b61fa6169691f8 | |
parent | ac771f06b046270bc19b741e8d0ca9037bbf6dfb (diff) | |
download | buildroot-07a9d75ec14c03805d8ba5ba21d6835818f3e801.tar.gz buildroot-07a9d75ec14c03805d8ba5ba21d6835818f3e801.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>
(cherry picked from commit 14fdb63804f1548b5d1ab9598100c7f103d4512d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-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 |