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:
raiden00pl 2024-10-15 15:10:40 +02:00 committed by Xiang Xiao
parent a75ca4acf3
commit c393416580
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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/