package/ffmpeg: broken on or1k with gcc < 9.x
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 1 Sep 2019 20:36:02 +0000 (22:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 21 Oct 2019 21:21:03 +0000 (23:21 +0200)
Fixes:
http://autobuild.buildroot.net/results/961/9618aeffa7d72162d6643a89470c4a01d044a2dc/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ffmpeg/Config.in

index a5c05d9c1c8e4476dc2fc4e67895891134879db5..0c7141527678e3c69a4f742553db489aad1a08df 100644 (file)
@@ -14,6 +14,8 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467 for more
        # details.
        depends on !BR2_m68k_cf
+       # assertion fail in binutils
+       depends on !(BR2_or1k && !BR2_TOOLCHAIN_GCC_AT_LEAST_9)
 
 menuconfig BR2_PACKAGE_FFMPEG
        bool "ffmpeg"