1config BR2_PACKAGE_LIBCLC 2 bool "libclc" 3 depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS 4 depends on BR2_HOST_GCC_AT_LEAST_7 # host-llvm 5 help 6 libclc is an open source, BSD licensed implementation of 7 the library requirements of the OpenCL C programming language, 8 as specified by the OpenCL 1.1 Specification. 9 10 http://libclc.llvm.org/ 11 12comment "libclc needs host gcc >= 7" 13 depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS 14 depends on !BR2_HOST_GCC_AT_LEAST_7 15