Module Name: src Committed By: mrg Date: Mon Jul 31 01:46:32 UTC 2023
Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: compiler include dir is gcc-12 here. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/external/gpl3/gcc/dist/gcc/config/netbsd.h 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/netbsd.h diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.39 src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.40 --- src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.39 Sun Jul 30 05:51:22 2023 +++ src/external/gpl3/gcc/dist/gcc/config/netbsd.h Mon Jul 31 01:46:31 2023 @@ -63,7 +63,7 @@ along with GCC; see the file COPYING3. * XXX figure out a better way to do this */ #undef GCC_INCLUDE_DIR -#define GCC_INCLUDE_DIR "/usr/include/gcc-10" +#define GCC_INCLUDE_DIR "/usr/include/gcc-12" /* Under NetBSD, the normal location of the various *crt*.o files is the /usr/lib directory. */