Skip to content

Commit 0fae861

Browse files
committed
assimp: remove dead "depends on" dependency
BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX has been removed in commit 311bc13 ("toolchain: kill ADI Blackfin toolchain"), so this "depends on" is useless. Signed-off-by: Thomas Petazzoni <[email protected]>
1 parent ba1dd18 commit 0fae861

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package/assimp/Config.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ config BR2_PACKAGE_ASSIMP
44
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124, that
55
# cause an infinite loop in gcc when building this package.
66
depends on !BR2_microblaze
7-
# The ADI Blackfin toolchain does not build assimp properly,
8-
# fails with "internal compiler error: in simplify_subreg, at
9-
# simplify-rtx.c:5001". It builds fine with a mainline gcc for
10-
# Blackfin.
11-
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
127
depends on BR2_INSTALL_LIBSTDCPP
138
select BR2_PACKAGE_ZLIB
149
help

0 commit comments

Comments
 (0)