From 08c72656130891389229ca29e455e08bc735ce1f Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 8 Jun 2007 10:44:01 +0000 Subject: add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori SVN-Revision: 7533 --- toolchain/uClibc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/uClibc/Makefile') diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 74936e97f1..7fce989542 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -24,6 +24,7 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \ -e 's/i.86/i386/' \ -e 's/sparc.*/sparc/' \ -e 's/arm.*/arm/g' \ + -e 's/avr32.*/avr32/g' \ -e 's/m68k.*/m68k/' \ -e 's/ppc/powerpc/g' \ -e 's/v850.*/v850/g' \ -- cgit v1.2.3