Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [autobuild-script] autobuild-run: remove the CS SH4 toolchain exception
@ 2016-07-02 10:05 Romain Naour
  2016-07-02 11:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-07-02 10:05 UTC (permalink / raw)
  To: buildroot

The BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209 has been renamed
in Buildroot and PRBOOM has been disabled for this toolchain.
The exception can be safely be removed.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 scripts/autobuild-run | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 1fbf482..7f90eb2 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -448,9 +448,6 @@ def fixup_config(**kwargs):
     if 'BR2_PACKAGE_PYTHON3=y\n' in configlines and \
        'BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/mips64el-ctng_n64-linux-gnu.tar.xz"\n' in configlines:
         return False
-    if 'BR2_PACKAGE_PRBOOM=y\n' in configlines and \
-            'BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209=y\n' in configlines:
-        return False
     if 'BR2_sh2a=y\n' in configlines and  'BR2_PACKAGE_LIBFFI=y\n' in configlines:
         return False
     if 'BR2_PACKAGE_SUNXI_BOARDS=y\n' in configlines:
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-02 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-02 10:05 [Buildroot] [autobuild-script] autobuild-run: remove the CS SH4 toolchain exception Romain Naour
2016-07-02 11:17 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox