1 config BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
3 depends on !BR2_arc && !BR2_xtensa && !BR2_bfin
5 if BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
7 config BR2_PACKAGE_LIBNSPR
9 depends on BR2_TOOLCHAIN_HAS_THREADS
10 depends on !BR2_STATIC_LIBS
12 NSPR is the Netscape Portable Runtime library which provides
13 a platform-neutral API for system level and libc like
14 functions. The library is used by the Mozilla project as well
17 http://www.mozilla.org/projects/nspr/
19 comment "libnspr needs a toolchain w/ threads, dynamic library"
20 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS