Module Name: src Committed By: christos Date: Sun Apr 8 15:10:53 UTC 2018
Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: include nbsd_tm_file for ppc netbsd so that we get netbsd-stdint.h so in order to define __{U,}INT_LEAST{8,16,32,64}_{MAX,TYPE}__ part of which are needed for stdatomic.h To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/external/gpl3/gcc/dist/gcc/config.gcc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/dist/gcc/config.gcc diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.40 src/external/gpl3/gcc/dist/gcc/config.gcc:1.41 --- src/external/gpl3/gcc/dist/gcc/config.gcc:1.40 Thu Feb 22 17:20:44 2018 +++ src/external/gpl3/gcc/dist/gcc/config.gcc Sun Apr 8 11:10:53 2018 @@ -2495,8 +2495,7 @@ powerpc*-*-freebsd*) esac ;; powerpc*-*-netbsd*) - tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h" - tm_file="${tm_file} netbsd.h netbsd-elf.h" + tm_file="${tm_file} ${nbsd_tm_file} dbxelf.h elfos.h freebsd-spec.h" case ${target} in powerpc64*) tm_file="rs6000/biarch64.h ${tm_file}"