mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-30 09:38:52 +00:00
libc/newlib: fix namespace in config file
C library config options should be prefixed with 'LIBC_'.
This commit is contained in:
parent
e8bd152863
commit
f5cfdc1369
@ -16,7 +16,7 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
config NEWLIB_V_1_17_0
|
config LIBC_NEWLIB_V_1_17_0
|
||||||
bool
|
bool
|
||||||
prompt "1.17.0"
|
prompt "1.17.0"
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ config LIBC_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
default "1.17.0" if NEWLIB_V_1_17_0
|
default "1.17.0" if LIBC_NEWLIB_V_1_17_0
|
||||||
|
|
||||||
config ATMEL_AVR32_HEADERS
|
config ATMEL_AVR32_HEADERS
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user