libs/libxx: uClibc depends on CONFIG_ALLOW_GPL_COMPONENTS=y
uClibc is LGPL so it should depends on CONFIG_ALLOW_GPL_COMPONENTS=y
This commit is contained in:
parent
a75ca4acf3
commit
c393416580
|
@ -6,6 +6,7 @@
|
|||
# modifications.
|
||||
#
|
||||
# CONFIG_ARCH_FPU is not set
|
||||
CONFIG_ALLOW_GPL_COMPONENTS=y
|
||||
CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_BOARD="stm32f4discovery"
|
||||
CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
|
||||
# modifications.
|
||||
#
|
||||
CONFIG_ALLOW_GPL_COMPONENTS=y
|
||||
CONFIG_ARCH="sim"
|
||||
CONFIG_ARCH_BOARD="sim"
|
||||
CONFIG_ARCH_BOARD_SIM=y
|
||||
|
|
|
@ -53,6 +53,7 @@ config LIBCXX
|
|||
config UCLIBCXX
|
||||
bool "uClibc++ Standard C++ Library"
|
||||
select HAVE_CXXINITIALIZE
|
||||
depends on ALLOW_GPL_COMPONENTS
|
||||
---help---
|
||||
uClibc++ C++ library
|
||||
https://cxx.uclibc.org/
|
||||
|
|
Loading…
Reference in New Issue