Skip to content

Commit c393416

Browse files
raiden00plxiaoxiang781216
authored andcommitted
libs/libxx: uClibc depends on CONFIG_ALLOW_GPL_COMPONENTS=y
uClibc is LGPL so it should depends on CONFIG_ALLOW_GPL_COMPONENTS=y
1 parent a75ca4a commit c393416

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

boards/arm/stm32/stm32f4discovery/configs/cxxtest/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# modifications.
77
#
88
# CONFIG_ARCH_FPU is not set
9+
CONFIG_ALLOW_GPL_COMPONENTS=y
910
CONFIG_ARCH="arm"
1011
CONFIG_ARCH_BOARD="stm32f4discovery"
1112
CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y

boards/sim/sim/sim/configs/cxxtest/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
66
# modifications.
77
#
8+
CONFIG_ALLOW_GPL_COMPONENTS=y
89
CONFIG_ARCH="sim"
910
CONFIG_ARCH_BOARD="sim"
1011
CONFIG_ARCH_BOARD_SIM=y

libs/libxx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ config LIBCXX
5353
config UCLIBCXX
5454
bool "uClibc++ Standard C++ Library"
5555
select HAVE_CXXINITIALIZE
56+
depends on ALLOW_GPL_COMPONENTS
5657
---help---
5758
uClibc++ C++ library
5859
https://cxx.uclibc.org/

0 commit comments

Comments
 (0)