re PR target/42457 (AVR fails to build with other than C family languages)
authorAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Thu, 24 Dec 2009 20:32:38 +0000 (20:32 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Thu, 24 Dec 2009 20:32:38 +0000 (20:32 +0000)
commit17fad3611f3624776fc617e7734a80f7abba0562
treef3766a748d40c25efaa5e5b03771c0e217cd6996
parent846428f11f50136baccab7c761e8f3e9793a4bda
re PR target/42457 (AVR fails to build with other than C family languages)

2009-12-24  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>

PR target/42457
* config/avr/avr.c (avr_extra_arch_macro): Remove static.
(avr_cpu_cpp_builtins): Remove.
* config/avr/avr.h (avr_extra_arch_macro): Add prototype.
* config/avr/avr-c.c: New File.
(avr_cpu_cpp_builtins) : Add.
* config/avr/t-avr: Add make information for avr-c.
* config.gcc (avr-*-*): Include avr-c.o as c and cpp object.

From-SVN: r155460
gcc/ChangeLog
gcc/config.gcc
gcc/config/avr/avr-c.c [new file with mode: 0644]
gcc/config/avr/avr.c
gcc/config/avr/avr.h
gcc/config/avr/t-avr