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
This commit is contained in:
parent
2b4293a390
commit
5cb8b86ede
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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-*-*)
|
||||
|
|
Loading…
Add table
Reference in a new issue