File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
arm/stm32/stm32f4discovery/configs/cxxtest
sim/sim/sim/configs/cxxtest Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 6
6
# modifications.
7
7
#
8
8
# CONFIG_ARCH_FPU is not set
9
+ CONFIG_ALLOW_GPL_COMPONENTS=y
9
10
CONFIG_ARCH="arm"
10
11
CONFIG_ARCH_BOARD="stm32f4discovery"
11
12
CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y
Original file line number Diff line number Diff line change 5
5
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
6
6
# modifications.
7
7
#
8
+ CONFIG_ALLOW_GPL_COMPONENTS=y
8
9
CONFIG_ARCH="sim"
9
10
CONFIG_ARCH_BOARD="sim"
10
11
CONFIG_ARCH_BOARD_SIM=y
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ config LIBCXX
53
53
config UCLIBCXX
54
54
bool "uClibc++ Standard C++ Library"
55
55
select HAVE_CXXINITIALIZE
56
+ depends on ALLOW_GPL_COMPONENTS
56
57
---help---
57
58
uClibc++ C++ library
58
59
https://cxx.uclibc.org/
You can’t perform that action at this time.
0 commit comments