lib/libc: Move helper symbols above C library menu
Restructure the file so that the only elements within 'menu "C Library"' are the library choices. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
638842c598
commit
6a698f482a
@ -3,8 +3,6 @@
|
||||
# Copyright (c) 2016 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menu "C Library"
|
||||
|
||||
config REQUIRES_FULL_LIBC
|
||||
bool
|
||||
help
|
||||
@ -26,6 +24,8 @@ config PICOLIBC_SUPPORTED
|
||||
help
|
||||
Selected when the target has support for picolibc.
|
||||
|
||||
menu "C Library"
|
||||
|
||||
choice LIBC_IMPLEMENTATION
|
||||
prompt "C Library Implementation"
|
||||
default EXTERNAL_LIBC if NATIVE_APPLICATION
|
||||
|
||||
Loading…
Reference in New Issue
Block a user