Commit 39418b53 by Anatoly Sokolov Committed by Anatoly Sokolov

avr.c (avr_mcu_types): Move at90usb82 device to 'avr4' architecture.

	* config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4' 
	architecture.

From-SVN: r123273
parent 0d74c0ee
2007-03-27 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
architecture.
2007-03-27 Janis Johnson <janis187@us.ibm.com>
* configure.ac: Fix assembler test for powerpc*-linux decimal float.
......
......@@ -208,7 +208,7 @@ static const struct mcu_type_s avr_mcu_types[] = {
{ "at90pwm1", 4, "__AVR_AT90PWM1__" },
{ "at90pwm2", 4, "__AVR_AT90PWM2__" },
{ "at90pwm3", 4, "__AVR_AT90PWM3__" },
{ "at90usb82", 5, "__AVR_AT90USB82__" },
{ "at90usb82", 4, "__AVR_AT90USB82__" },
/* Enhanced, > 8K. */
{ "avr5", 5, NULL },
{ "atmega16", 5, "__AVR_ATmega16__" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment