aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorKrister Walfridsson <krister.walfridsson@gmail.com>2016-11-17 06:19:23 +0000
committerKrister Walfridsson <kristerw@gcc.gnu.org>2016-11-17 06:19:23 +0000
commit82e435c396a2b50386952ad2ae79aaee2469f5ee (patch)
tree843a47139cc19af1bef81b5495254bc22d9c2b25 /gcc/config.gcc
parent0d939c95759f393cd4eb6b88c04e443a55fe6ddb (diff)
downloadgcc-82e435c396a2b50386952ad2ae79aaee2469f5ee.zip
gcc-82e435c396a2b50386952ad2ae79aaee2469f5ee.tar.gz
gcc-82e435c396a2b50386952ad2ae79aaee2469f5ee.tar.bz2
netbsd-stdint.h: New.
2016-11-17 Krister Walfridsson <krister.walfridsson@gmail.com> * config/netbsd-stdint.h: New. * config.gcc (i[34567]86-*-netbsd): Add netbsd-stdint.h to tm_file. (x86_64-*-netbsd*): Likewise. From-SVN: r242533
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 595563b..e056330 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1454,11 +1454,11 @@ x86_64-*-freebsd*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
;;
i[34567]86-*-netbsdelf*)
- tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
+ tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-stdint.h netbsd-elf.h i386/netbsd-elf.h"
extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
;;
x86_64-*-netbsd*)
- tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h"
+ tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-stdint.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h"
extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
;;
i[34567]86-*-openbsd*)