Module Name: src
Committed By: mrg
Date: Thu Sep 22 04:22:19 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch: alpha.mk arm.mk armeb.mk
m68000.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb: c++config.h
config.h
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: configargs.h defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/arm: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/i386: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/m68000: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/m68k: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/vax: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: configargs.h
Log Message:
regenerate.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/alpha.mk
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/libgcc/arch/arm.mk
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/libgcc/arch/armeb.mk
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h \
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.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/lib/libgcc/arch/alpha.mk
diff -u src/external/gpl3/gcc/lib/libgcc/arch/alpha.mk:1.1 src/external/gpl3/gcc/lib/libgcc/arch/alpha.mk:1.2
--- src/external/gpl3/gcc/lib/libgcc/arch/alpha.mk:1.1 Thu Jul 7 02:07:31 2011
+++ src/external/gpl3/gcc/lib/libgcc/arch/alpha.mk Thu Sep 22 04:22:17 2011
@@ -1,10 +1,10 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp
# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
#
G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/include/libelf
G_LIB2ADD=${GNUHOSTDIST}/gcc/config/alpha/qrnnd.asm
-G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde-glibc.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
G_LIB2ADD_ST=
G_LIB1ASMFUNCS=
G_LIB1ASMSRC=
Index: src/external/gpl3/gcc/lib/libgcc/arch/arm.mk
diff -u src/external/gpl3/gcc/lib/libgcc/arch/arm.mk:1.5 src/external/gpl3/gcc/lib/libgcc/arch/arm.mk:1.6
--- src/external/gpl3/gcc/lib/libgcc/arch/arm.mk:1.5 Wed Jul 20 00:53:58 2011
+++ src/external/gpl3/gcc/lib/libgcc/arch/arm.mk Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp
# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
#
G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/include/libelf
Index: src/external/gpl3/gcc/lib/libgcc/arch/armeb.mk
diff -u src/external/gpl3/gcc/lib/libgcc/arch/armeb.mk:1.4 src/external/gpl3/gcc/lib/libgcc/arch/armeb.mk:1.5
--- src/external/gpl3/gcc/lib/libgcc/arch/armeb.mk:1.4 Wed Jul 20 00:53:58 2011
+++ src/external/gpl3/gcc/lib/libgcc/arch/armeb.mk Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp
# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
#
G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/include/libelf
Index: src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk
diff -u src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk:1.3 src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk:1.4
--- src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk:1.3 Mon Jul 11 08:25:09 2011
+++ src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk Thu Sep 22 04:22:17 2011
@@ -4,7 +4,7 @@
#
G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/include/libelf
G_LIB2ADD=fpgnulib.c xfgnulib.c
-G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde-glibc.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
G_LIB2ADD_ST=
G_LIB1ASMFUNCS=_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _double _float _floatex _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2
G_LIB1ASMSRC=m68k/lb1sf68.asm
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h:1.2
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h:1.1 Thu Jul 7 02:07:32 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
// Predefined symbols and macros -*- C++ -*-
@@ -421,7 +421,7 @@
/* #undef _GLIBCXX_HAVE_CEILL */
/* Define to 1 if you have the <complex.h> header file. */
-/* #undef _GLIBCXX_HAVE_COMPLEX_H */
+#define _GLIBCXX_HAVE_COMPLEX_H 1
/* Define to 1 if you have the `cosf' function. */
/* #undef _GLIBCXX_HAVE_COSF */
@@ -499,7 +499,7 @@
/* #undef _GLIBCXX_HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define _GLIBCXX_HAVE_FINITE 1
@@ -788,7 +788,7 @@
/* #undef _GLIBCXX_HAVE_TANL */
/* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
/* Define to 1 if the target supports thread-local storage. */
/* #undef _GLIBCXX_HAVE_TLS */
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h:1.2
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h:1.1 Thu Jul 7 02:07:32 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated from config.h.in by configure. */
@@ -42,7 +42,7 @@
/* #undef HAVE_CEILL */
/* Define to 1 if you have the <complex.h> header file. */
-/* #undef HAVE_COMPLEX_H */
+#define HAVE_COMPLEX_H 1
/* Define to 1 if you have the `cosf' function. */
/* #undef HAVE_COSF */
@@ -120,7 +120,7 @@
/* #undef HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define HAVE_FINITE 1
@@ -409,7 +409,7 @@
/* #undef HAVE_TANL */
/* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
/* Define to 1 if the target supports thread-local storage. */
/* #undef HAVE_TLS */
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h:1.3 src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h:1.4
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h:1.3 Wed Jul 20 00:53:56 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
// Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
/* #undef _GLIBCXX_HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define _GLIBCXX_HAVE_FINITE 1
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h:1.3 src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h:1.4
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h:1.3 Wed Jul 20 00:53:56 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated from config.h.in by configure. */
@@ -120,7 +120,7 @@
/* #undef HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define HAVE_FINITE 1
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h:1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h:1.3
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h:1.2 Wed Jul 20 00:53:56 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
// Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
/* #undef _GLIBCXX_HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define _GLIBCXX_HAVE_FINITE 1
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h:1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h:1.3
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h:1.2 Wed Jul 20 00:53:56 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated from config.h.in by configure. */
@@ -120,7 +120,7 @@
/* #undef HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define HAVE_FINITE 1
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h:1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h:1.3
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h:1.2 Wed Jul 20 00:53:57 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
// Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
/* #undef _GLIBCXX_HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define _GLIBCXX_HAVE_FINITE 1
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h:1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h:1.3
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h:1.2 Wed Jul 20 00:53:57 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h Thu Sep 22 04:22:17 2011
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated from config.h.in by configure. */
@@ -120,7 +120,7 @@
/* #undef HAVE_FABSL */
/* Define to 1 if you have the <fenv.h> header file. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
/* Define to 1 if you have the `finite' function. */
#define HAVE_FINITE 1
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h:1.2
--- src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h:1.1 Thu Jul 7 02:07:32 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src3/tools/gcc/../../external/gpl3/gcc/dist/configure --target=alpha--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/alpha/usr/src3/destdir.alpha/usr --with-mpfr=/var/obj/alpha/usr/src3/destdir.alpha/usr --with-gmp=/var/obj/alpha/usr/src3/destdir.alpha/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=alpha--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=alpha--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/alpha/usr/src2/destdir.alpha/usr --with-mpfr=/var/obj/mknative/alpha/usr/src2/destdir.alpha/usr --with-gmp=/var/obj/mknative/alpha/usr/src2/destdir.alpha/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=alpha--netbsd";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk:1.2
--- src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk:1.1 Thu Jul 7 02:07:32 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk Thu Sep 22 04:22:18 2011
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp
# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
#
G_BUILD_EARLY_SUPPORT=
@@ -42,7 +42,7 @@
G_build_xm_include_list=auto-build.h ansidecl.h
G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/lto/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h
G_tm_p_include_list=config/alpha/alpha-protos.h tm-preds.h
-G_LIB2ADDEHDEP=${GNUHOSTDIST}/gcc/unwind-generic.h unwind-pe.h unwind-dw2-fde.h unwind-dw2.h
+G_LIB2ADDEHDEP= unwind-dw2-fde.h unwind-dw2-fde.c
G_CXX_OBJS=cp-lang.o stub-objc.o call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parser.o ptree.o rtti.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-objcp-common.o name-lookup.o cxx-pretty-print.o cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o
G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o
G_F77_OBJS=
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h:1.3 Wed Jul 20 00:53:53 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/shark/usr/src2/destdir.shark/usr --with-mpfr=/var/obj/shark/usr/src2/destdir.shark/usr --with-gmp=/var/obj/shark/usr/src2/destdir.shark/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=arm--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/shark/usr/src2/destdir.shark/usr --with-mpfr=/var/obj/mknative/shark/usr/src2/destdir.shark/usr --with-gmp=/var/obj/mknative/shark/usr/src2/destdir.shark/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=arm--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h:1.3 Wed Jul 20 00:53:54 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=armeb--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/evbarm-eb/usr/src2/destdir.evbarm/usr --with-mpfr=/var/obj/evbarm-eb/usr/src2/destdir.evbarm/usr --with-gmp=/var/obj/evbarm-eb/usr/src2/destdir.evbarm/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=armeb--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=armeb--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/evbarm/usr/src2/destdir.evbarm/usr --with-mpfr=/var/obj/mknative/evbarm/usr/src2/destdir.evbarm/usr --with-gmp=/var/obj/mknative/evbarm/usr/src2/destdir.evbarm/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=armeb--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h:1.2 Sun Aug 7 12:20:10 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src4/tools/gcc/../../external/gpl3/gcc/dist/configure --target=hppa--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/hp700/usr/src4/destdir.hp700/usr --with-mpfr=/var/obj/hp700/usr/src4/destdir.hp700/usr --with-gmp=/var/obj/hp700/usr/src4/destdir.hp700/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=hppa--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=hppa--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/hp700/usr/src2/destdir.hp700/usr --with-mpfr=/var/obj/mknative/hp700/usr/src2/destdir.hp700/usr --with-gmp=/var/obj/mknative/hp700/usr/src2/destdir.hp700/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=hppa--netbsd";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h:1.5 src/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h:1.6
--- src/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h:1.5 Wed Jul 20 00:53:54 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-arch=i486 --with-tune=nocona --with-mpc=/var/obj/i386/usr/src2/destdir.i386/usr --with-mpfr=/var/obj/i386/usr/src2/destdir.i386/usr --with-gmp=/var/obj/i386/usr/src2/destdir.i386/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=i486--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-arch=i486 --with-tune=nocona --with-mpc=/var/obj/mknative/i386/usr/src2/destdir.i386/usr --with-mpfr=/var/obj/mknative/i386/usr/src2/destdir.i386/usr --with-gmp=/var/obj/mknative/i386/usr/src2/destdir.i386/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=i486--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h:1.2 Mon Jul 11 08:25:09 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=m68010--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/sun2/usr/src2/destdir.sun2/usr --with-mpfr=/var/obj/sun2/usr/src2/destdir.sun2/usr --with-gmp=/var/obj/sun2/usr/src2/destdir.sun2/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=m68010--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=m68010--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr --with-mpfr=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr --with-gmp=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=m68010--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h:1.2 Wed Jul 20 00:53:54 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=m68k--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mac68k/usr/src2/destdir.mac68k/usr --with-mpfr=/var/obj/mac68k/usr/src2/destdir.mac68k/usr --with-gmp=/var/obj/mac68k/usr/src2/destdir.mac68k/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=m68k--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=m68k--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/sun3/usr/src2/destdir.sun3/usr --with-mpfr=/var/obj/sun3/usr/src2/destdir.sun3/usr --with-gmp=/var/obj/sun3/usr/src2/destdir.sun3/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=m68k--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h:1.2 Wed Jul 20 00:53:54 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/sgimips64/usr/src2/destdir.sgimips/usr --with-mpfr=/var/obj/sgimips64/usr/src2/destdir.sgimips/usr --with-gmp=/var/obj/sgimips64/usr/src2/destdir.sgimips/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=mips64--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/sgimips/usr/src2/destdir.sgimips/usr --with-mpfr=/var/obj/mknative/sgimips/usr/src2/destdir.sgimips/usr --with-gmp=/var/obj/mknative/sgimips/usr/src2/destdir.sgimips/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=mips64--netbsd";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h:1.2 Wed Jul 20 00:53:54 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/evbmips64-el/usr/src2/destdir.evbmips/usr --with-mpfr=/var/obj/evbmips64-el/usr/src2/destdir.evbmips/usr --with-gmp=/var/obj/evbmips64-el/usr/src2/destdir.evbmips/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=mips64el--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/evbmips/usr/src2/destdir.evbmips/usr --with-mpfr=/var/obj/mknative/evbmips/usr/src2/destdir.evbmips/usr --with-gmp=/var/obj/mknative/evbmips/usr/src2/destdir.evbmips/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=mips64el--netbsd";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h:1.2 Wed Jul 20 00:53:54 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h Thu Sep 22 04:22:18 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mipseb--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/newsmips/usr/src2/destdir.newsmips/usr --with-mpfr=/var/obj/newsmips/usr/src2/destdir.newsmips/usr --with-gmp=/var/obj/newsmips/usr/src2/destdir.newsmips/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=mipseb--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mipseb--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/newsmips/usr/src2/destdir.newsmips/usr --with-mpfr=/var/obj/mknative/newsmips/usr/src2/destdir.newsmips/usr --with-gmp=/var/obj/mknative/newsmips/usr/src2/destdir.newsmips/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=mipseb--netbsd";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h:1.3 Wed Jul 20 00:53:55 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h Thu Sep 22 04:22:19 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mipsel--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/pmax/usr/src2/destdir.pmax/usr --with-mpfr=/var/obj/pmax/usr/src2/destdir.pmax/usr --with-gmp=/var/obj/pmax/usr/src2/destdir.pmax/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=mipsel--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mipsel--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/pmax/usr/src2/destdir.pmax/usr --with-mpfr=/var/obj/mknative/pmax/usr/src2/destdir.pmax/usr --with-gmp=/var/obj/mknative/pmax/usr/src2/destdir.pmax/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=mipsel--netbsd";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h:1.2 Wed Jul 20 00:53:55 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h Thu Sep 22 04:22:19 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mmeye/usr/src2/destdir.mmeye/usr --with-mpfr=/var/obj/mmeye/usr/src2/destdir.mmeye/usr --with-gmp=/var/obj/mmeye/usr/src2/destdir.mmeye/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=sh--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/mmeye/usr/src2/destdir.mmeye/usr --with-mpfr=/var/obj/mknative/mmeye/usr/src2/destdir.mmeye/usr --with-gmp=/var/obj/mknative/mmeye/usr/src2/destdir.mmeye/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=sh--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h:1.4 src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h:1.5
--- src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h:1.4 Wed Jul 20 00:53:55 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h Thu Sep 22 04:22:19 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=shle--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/landisk/usr/src2/destdir.landisk/usr --with-mpfr=/var/obj/landisk/usr/src2/destdir.landisk/usr --with-gmp=/var/obj/landisk/usr/src2/destdir.landisk/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=shle--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=shle--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/hpcsh/usr/src2/destdir.hpcsh/usr --with-mpfr=/var/obj/mknative/hpcsh/usr/src2/destdir.hpcsh/usr --with-gmp=/var/obj/mknative/hpcsh/usr/src2/destdir.hpcsh/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=shle--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h:1.2 Wed Jul 20 00:53:55 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h Thu Sep 22 04:22:19 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sparc--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/sparc/usr/src2/destdir.sparc/usr --with-mpfr=/var/obj/sparc/usr/src2/destdir.sparc/usr --with-gmp=/var/obj/sparc/usr/src2/destdir.sparc/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=sparc--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sparc--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/sparc/usr/src2/destdir.sparc/usr --with-mpfr=/var/obj/mknative/sparc/usr/src2/destdir.sparc/usr --with-gmp=/var/obj/mknative/sparc/usr/src2/destdir.sparc/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=sparc--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h:1.3 Wed Jul 20 00:53:55 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h Thu Sep 22 04:22:19 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sparc64--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/sparc64/usr/src2/destdir.sparc64/usr --with-mpfr=/var/obj/sparc64/usr/src2/destdir.sparc64/usr --with-gmp=/var/obj/sparc64/usr/src2/destdir.sparc64/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=sparc64--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sparc64--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/sparc64/usr/src2/destdir.sparc64/usr --with-mpfr=/var/obj/mknative/sparc64/usr/src2/destdir.sparc64/usr --with-gmp=/var/obj/mknative/sparc64/usr/src2/destdir.sparc64/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=sparc64--netbsd";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h:1.2 Wed Jul 20 00:53:56 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h Thu Sep 22 04:22:19 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=vax--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/vax/usr/src2/destdir.vax/usr --with-mpfr=/var/obj/vax/usr/src2/destdir.vax/usr --with-gmp=/var/obj/vax/usr/src2/destdir.vax/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=vax--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=vax--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/vax/usr/src2/destdir.vax/usr --with-mpfr=/var/obj/mknative/vax/usr/src2/destdir.vax/usr --with-gmp=/var/obj/mknative/vax/usr/src2/destdir.vax/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=vax--netbsdelf";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h:1.5 src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h:1.6
--- src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h:1.5 Wed Jul 20 00:53:56 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h Thu Sep 22 04:22:19 2011
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=x86_64--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-tune=nocona --with-mpc=/var/obj/amd64/usr/src2/destdir.amd64/usr --with-mpfr=/var/obj/amd64/usr/src2/destdir.amd64/usr --with-gmp=/var/obj/amd64/usr/src2/destdir.amd64/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=x86_64--netbsd";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=x86_64--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-tune=nocona --with-mpc=/var/obj/mknative/amd64/usr/src2/destdir.amd64/usr --with-mpfr=/var/obj/mknative/amd64/usr/src2/destdir.amd64/usr --with-gmp=/var/obj/mknative/amd64/usr/src2/destdir.amd64/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.55 --host=x86_64--netbsd";
static const char thread_model[] = "posix";
static const struct {