From: Georg-Johann Lay Date: Tue, 3 Mar 2015 11:31:05 +0000 (+0000) Subject: re PR target/65296 ([avr] fix various issues with specs file generation) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cb8b86edef7b3334f7a6ec620dfd4e80b9b1300;p=gcc.git re PR target/65296 ([avr] fix various issues with specs file generation) PR target/65296 * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove. From-SVN: r221144 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9eef7746f5f..55c106c3f76 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-03 Georg-Johann Lay + + PR target/65296 + * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove. + 2015-03-03 Georg-Johann Lay PR target/64331 diff --git a/gcc/config.gcc b/gcc/config.gcc index 7ee5f891fdd..483c672cdfc 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1092,7 +1092,6 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*) avr-*-rtems*) tm_file="elfos.h avr/elf.h avr/avr-arch.h avr/avr.h dbxelf.h avr/rtems.h rtems.h newlib-stdint.h" tmake_file="${tmake_file} avr/t-avr avr/t-multilib avr/t-rtems" - extra_gcc_objs="driver-avr.o avr-devices.o" extra_objs="avr-devices.o avr-log.o" ;; avr-*-*)