diff options
author | Denis Chertykov <denisc@gcc.gnu.org> | 2014-07-16 21:43:43 +0400 |
---|---|---|
committer | Denis Chertykov <denisc@gcc.gnu.org> | 2014-07-16 21:43:43 +0400 |
commit | 2fca42b068683dcf510e9d4cd51c4043207427a9 (patch) | |
tree | b5391a6758b6fa08641406957f1f813ecde0c14a /gcc/config/avr/t-multilib | |
parent | 5b8861d7739936d564f29197f8e09ec4cfcfee85 (diff) | |
download | gcc-2fca42b068683dcf510e9d4cd51c4043207427a9.zip gcc-2fca42b068683dcf510e9d4cd51c4043207427a9.tar.gz gcc-2fca42b068683dcf510e9d4cd51c4043207427a9.tar.bz2 |
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
Diffstat (limited to 'gcc/config/avr/t-multilib')
-rw-r--r-- | gcc/config/avr/t-multilib | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |