From: Bernd Kuhls Date: Sat, 9 Jan 2021 12:33:37 +0000 (+0100) Subject: toolchain: CodeSourcery AArch64 2014.11 does not contain libatomic X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a530fd4a4268b44961d8ab0a053fa0cf3b29fb5c;p=buildroot.git toolchain: CodeSourcery AArch64 2014.11 does not contain libatomic Fixes build error output/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-amd-linux-gnu/4.9.1/../../../../aarch64-amd-linux-gnu/bin/ld: cannot find -latomic using this defconfig BR2_aarch64=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64=y BR2_PACKAGE_OPENSSL=y libopenssl is only used here as an example: all packages adding -latomic if BR2_TOOLCHAIN_HAS_LIBATOMIC=y are broken, like dav1d, ffmpeg, gnutls, kodi and vlc. Signed-off-by: Bernd Kuhls Signed-off-by: Yann E. MORIN --- diff --git a/toolchain/Config.in b/toolchain/Config.in index 395c8e36b8..553612c4aa 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -702,6 +702,7 @@ config BR2_TOOLCHAIN_HAS_SYNC_8 config BR2_TOOLCHAIN_HAS_LIBATOMIC bool default y if BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 && \ + !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64 && \ BR2_TOOLCHAIN_HAS_THREADS && \ !BR2_BINFMT_FLAT