aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2012-06-04 09:48:34 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2012-06-04 09:48:34 +0000
commit0b8a03e10ef01bf8f44bbba141a0c2451317c887 (patch)
treec17dd5438ac83ce3a3bfc1bb006953ebe856460b /gcc/config.gcc
parent8f27a3f7f0fbd1f77b6b774cb7a12c6334ff331c (diff)
downloadgcc-0b8a03e10ef01bf8f44bbba141a0c2451317c887.zip
gcc-0b8a03e10ef01bf8f44bbba141a0c2451317c887.tar.gz
gcc-0b8a03e10ef01bf8f44bbba141a0c2451317c887.tar.bz2
re PR target/46261 (avr-gcc: Segfaults when compiled with the -mint8 option)
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 From-SVN: r188172
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 7ec184c..61adc89 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"