summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-26 17:47:11 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-26 17:47:11 (GMT)
commitf5cfdc13690648af79d48d5be4f851877c353886 (patch)
treeae803f892d3dd73a8f4258f008210e036ace531f
parente8bd15286365f3f984fe4bf8ebccb4aa23c17870 (diff)
libc/newlib: fix namespace in config file
C library config options should be prefixed with 'LIBC_'.
-rw-r--r--config/libc/newlib.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index e952278..ad92112 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -16,7 +16,7 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config NEWLIB_V_1_17_0
+config LIBC_NEWLIB_V_1_17_0
bool
prompt "1.17.0"
@@ -26,7 +26,7 @@ config LIBC_VERSION
string
# Don't remove next line
# 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
bool