]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/ecryptfs-utils/Config.in
toolchain: GCC bug 85862
[coffee/buildroot.git] / package / ecryptfs-utils / Config.in
index bb4cc64488baa6e85d5f41bc0829505ba87aebe1..6652d33e0ee9249dac886428ee02fd9456e0a0e1 100644 (file)
@@ -7,6 +7,7 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
        depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnss -> libnspr
        depends on !BR2_MIPS_NABI32 # libnss
        depends on !BR2_STATIC_LIBS # libnss, keyutils
+       depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862 # microblaze specific & GCC < 7.x
        select BR2_PACKAGE_KEYUTILS
        select BR2_PACKAGE_LIBNSS
        # runtime dependency only, some scripts are using the
@@ -35,3 +36,6 @@ comment "ecryptfs-utils needs a toolchain w/ threads, wchar, dynami library"
        depends on BR2_USE_MMU
        depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
                BR2_STATIC_LIBS
+
+comment "ecryptfs needs a toolchain not affected by GCC bug 85862"
+       depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862 # libnss