From 2fca42b068683dcf510e9d4cd51c4043207427a9 Mon Sep 17 00:00:00 2001 From: Denis Chertykov Date: Wed, 16 Jul 2014 21:43:43 +0400 Subject: avr-mcus.def: Add new avrxmega2 devices (atxmega8e5, atxmega16e5, atxmega32c3, atxmega32d3). * config/avr/avr-mcus.def: Add new avrxmega2 devices (atxmega8e5, atxmega16e5, atxmega32c3, atxmega32d3). * config/avr/avr-tables.opt: Regenerate. * config/avr/t-multilib: Regenerate. * doc/avr-mmcu.texi: Regenerate. From-SVN: r212693 --- gcc/config/avr/t-multilib | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config/avr/t-multilib') diff --git a/gcc/config/avr/t-multilib b/gcc/config/avr/t-multilib index 95cd3d2..3ce6d08 100644 --- a/gcc/config/avr/t-multilib +++ b/gcc/config/avr/t-multilib @@ -238,9 +238,13 @@ MULTILIB_MATCHES = \ mmcu?avr6=mmcu?atmega2561 \ mmcu?avr6=mmcu?atmega256rfr2 \ mmcu?avr6=mmcu?atmega2564rfr2 \ + mmcu?avrxmega2=mmcu?atxmega8e5 \ mmcu?avrxmega2=mmcu?atxmega16a4 \ mmcu?avrxmega2=mmcu?atxmega16d4 \ + mmcu?avrxmega2=mmcu?atxmega16e5 \ mmcu?avrxmega2=mmcu?atxmega32a4 \ + mmcu?avrxmega2=mmcu?atxmega32c3 \ + mmcu?avrxmega2=mmcu?atxmega32d3 \ mmcu?avrxmega2=mmcu?atxmega32d4 \ mmcu?avrxmega2=mmcu?atxmega32x1 \ mmcu?avrxmega2=mmcu?atmxt112sl \ -- cgit v1.1