mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user