re PR target/65296 ([avr] fix various issues with specs file generation)
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 3 Mar 2015 11:31:05 +0000 (11:31 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 3 Mar 2015 11:31:05 +0000 (11:31 +0000)
PR target/65296
* config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.

From-SVN: r221144

gcc/ChangeLog
gcc/config.gcc

index 9eef7746f5f00c67491237a04e1879af8a54fbe2..55c106c3f7681a44d68ea8e2f11d9c58262db925 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/65296
+       * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
+
 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/64331
index 7ee5f891fddec13881d475eecfb0e4a87ba4fccc..483c672cdfc062a0007ea320ce373fc2ffe5f1af 100644 (file)
@@ -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-*-*)