package/prboom: disable for Sourcery CodeBench SH 2012.09
authorJörg Krause <joerg.krause@embedded.rocks>
Mon, 21 Mar 2016 19:33:07 +0000 (20:33 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Mar 2016 09:00:45 +0000 (10:00 +0100)
Building prboom with the external Sourcery CodeBench SH 2012.09 toolchain
fails with an internal compiler error:

r_fps.c: In function 'R_StopAllInterpolations':
r_fps.c:296:1: internal compiler error: Segmentation fault

Make the toolchain unavailable for building prboom.

Fixes:
http://autobuild.buildroot.net/results/2f1/2f14075e22b420cc3fdaaa2231494f2829f040ec/
http://autobuild.buildroot.net/results/d30/d3030fea0b3b8693be640754774e50ac064f8c89/
http://autobuild.buildroot.net/results/b5b/b5b90a03fc47f3771803cb474e0ea9671b5c4667/

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/prboom/Config.in

index 678a15111b45309be97d86485e3ec564d8af4fc6..e9a3d4a467f0812ef521c3f5c0c91b4c23f96eee 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_PRBOOM
        bool "prboom"
+       # These result in internal compiler error
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
        select BR2_PACKAGE_SDL
        select BR2_PACKAGE_SDL_MIXER
        select BR2_PACKAGE_SDL_NET