From a5b60e3c6bfec96092a7854edb0c74fb46eed647 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Fri, 21 Nov 2014 23:22:51 +0000 Subject: gnu: Add AVR-Libc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/avr.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add avr.scm. * gnu/packages/cross-base.scm (xgcc-avr): New variable. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "avr". Signed-off-by: Ludovic Courtès --- gnu/packages/bootstrap.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/bootstrap.scm') diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index 33b61aa0be..854d97bcfb 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -162,6 +162,7 @@ check whether everything is alright." ;; XXX: This one is used bare-bones, without a libc, so add a case ;; here just so we can keep going. ((string=? system "xtensa-elf") "no-ld.so") + ((string=? system "avr") "no-ld.so") (else (error "dynamic linker name not known for this system" system)))) -- cgit v1.2.3