summaryrefslogtreecommitdiffstats
path: root/rules/avrlib.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-13 09:26:04 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-13 09:26:04 +0000
commitdfeffe4b3ad7c811658cd40a7e6b0b846b1a7178 (patch)
treeb7d6a8888e3b1bed5388ad40c41f3fa9141664d4 /rules/avrlib.in
parent1ed7fb5023e6a7934fc096d03c115069a8f47494 (diff)
downloadOSELAS.Toolchain-dfeffe4b3ad7c811658cd40a7e6b0b846b1a7178.tar.gz
OSELAS.Toolchain-dfeffe4b3ad7c811658cd40a7e6b0b846b1a7178.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-mkl@6326 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/avrlib.in')
-rw-r--r--rules/avrlib.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/avrlib.in b/rules/avrlib.in
index 6e26a46..483e6e7 100644
--- a/rules/avrlib.in
+++ b/rules/avrlib.in
@@ -1,4 +1,4 @@
-menuconfig AVR8LIB
+menuconfig AVRLIB
bool
select CROSS_GCC_FIRST
# we do not support any threads in this environment
@@ -7,8 +7,8 @@ menuconfig AVR8LIB
help
Build the multi C library for the harvard based AVR architecture
-config AVR8LIB_VERSION
- depends on AVR8LIB
+config AVRLIB_VERSION
+ depends on AVRLIB
string
prompt "avr libc version"
default "1.0.5"