mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 09:49:05 +02:00
toolchain option is made clearer in cml menu
This commit is contained in:
@@ -29,13 +29,13 @@ main_menu 'Codezero Microkernel Configurator'
|
|||||||
arm_menu 'ARM Architecture Configuration'
|
arm_menu 'ARM Architecture Configuration'
|
||||||
arm_cpu_menu 'ARM CPU type'
|
arm_cpu_menu 'ARM CPU type'
|
||||||
arm_platform_menu 'ARM Platform Type'
|
arm_platform_menu 'ARM Platform Type'
|
||||||
tools 'Tools to be used'
|
toolchain_menu 'Toolchain Prefix'
|
||||||
toolchains 'Toolchains to be used for compilation'
|
|
||||||
TOOLCHAIN_KERNEL 'Toolchain for kernel space compilation'
|
|
||||||
TOOLCHAIN_USER 'Toolchain for user space compilation'
|
|
||||||
containers_menu 'Container Setup'
|
containers_menu 'Container Setup'
|
||||||
arch_type 'Main architecture'
|
arch_type 'Main architecture'
|
||||||
|
|
||||||
|
TOOLCHAIN_KERNEL 'Toolchain prefix for kernel'
|
||||||
|
TOOLCHAIN_USER 'Toolchain prefix for userspace'
|
||||||
|
|
||||||
CONTAINERS 'Number of containers'
|
CONTAINERS 'Number of containers'
|
||||||
CAPABILITIES 'Enable capability checking'
|
CAPABILITIES 'Enable capability checking'
|
||||||
|
|
||||||
@@ -83,19 +83,16 @@ menu arm_menu
|
|||||||
arm_cpu_menu
|
arm_cpu_menu
|
||||||
arm_platform_menu
|
arm_platform_menu
|
||||||
|
|
||||||
menu tools
|
menu toolchain_menu
|
||||||
toolchains
|
|
||||||
|
|
||||||
menu toolchains
|
|
||||||
TOOLCHAIN_KERNEL$
|
TOOLCHAIN_KERNEL$
|
||||||
TOOLCHAIN_USER$
|
TOOLCHAIN_USER$
|
||||||
|
|
||||||
menu main_menu
|
menu main_menu
|
||||||
arch_type
|
arch_type
|
||||||
arm_menu
|
arm_menu
|
||||||
|
toolchain_menu
|
||||||
CONTAINERS%
|
CONTAINERS%
|
||||||
containers_menu
|
containers_menu
|
||||||
tools
|
|
||||||
|
|
||||||
#############`
|
#############`
|
||||||
# RULES #
|
# RULES #
|
||||||
|
|||||||
Reference in New Issue
Block a user