summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-04 09:48:34 +0000
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-04 09:48:34 +0000
commit6e5a54924dfc75b07bb50b2d428e0d3658663d88 (patch)
treec17dd5438ac83ce3a3bfc1bb006953ebe856460b /gcc/config.gcc
parentc496cebfee23a3855b5b738af36b3730b1174637 (diff)
downloadgcc-6e5a54924dfc75b07bb50b2d428e0d3658663d88.tar.gz
PR target/46261
* config/avr/avr-stdint.h: New file. * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of newlib-stdint.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 7ec184cd964..61adc896c39 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -926,7 +926,7 @@ avr-*-rtems*)
extra_objs="avr-devices.o avr-log.o"
;;
avr-*-*)
- tm_file="elfos.h avr/elf.h avr/avr.h dbxelf.h newlib-stdint.h"
+ tm_file="elfos.h avr/elf.h avr/avr.h dbxelf.h avr/avr-stdint.h"
tmake_file="avr/t-avr avr/t-multilib"
use_gcc_stdint=wrap
extra_gcc_objs="driver-avr.o avr-devices.o"