Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc More regened configury (mostly exception r...



details:   https://anonhg.NetBSD.org/src/rev/1c7f5b7aced4
branches:  trunk
changeset: 780783:1c7f5b7aced4
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 06 00:49:52 2012 +0000

description:
More regened configury (mostly exception related).

diffstat:

 external/gpl3/gcc/lib/libobjc/arch/earm/config.h         |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h    |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h      |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h     |  2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diffs (87 lines):

diff -r a70265f06766 -r 1c7f5b7aced4 external/gpl3/gcc/lib/libobjc/arch/earm/config.h
--- a/external/gpl3/gcc/lib/libobjc/arch/earm/config.h  Mon Aug 06 00:24:13 2012 +0000
+++ b/external/gpl3/gcc/lib/libobjc/arch/earm/config.h  Mon Aug 06 00:49:52 2012 +0000
@@ -67,7 +67,7 @@
 #define PACKAGE_VERSION "version-unused"
 
 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
-#define SJLJ_EXCEPTIONS 1
+/* #undef SJLJ_EXCEPTIONS */
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
diff -r a70265f06766 -r 1c7f5b7aced4 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h  Mon Aug 06 00:24:13 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h  Mon Aug 06 00:49:52 2012 +0000
@@ -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 */
diff -r a70265f06766 -r 1c7f5b7aced4 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h     Mon Aug 06 00:24:13 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h     Mon Aug 06 00:49:52 2012 +0000
@@ -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 */
diff -r a70265f06766 -r 1c7f5b7aced4 external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h       Mon Aug 06 00:24:13 2012 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h       Mon Aug 06 00:49:52 2012 +0000
@@ -1237,7 +1237,7 @@
 
 /* Define to 1 if the system has the type `long long int'. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_LONG_LONG_INT */
+#define HAVE_LONG_LONG_INT 1
 #endif
 
 
@@ -1459,7 +1459,7 @@
 
 /* Define to 1 if the system has the type `unsigned long long int'. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_UNSIGNED_LONG_LONG_INT */
+#define HAVE_UNSIGNED_LONG_LONG_INT 1
 #endif
 
 
diff -r a70265f06766 -r 1c7f5b7aced4 external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h      Mon Aug 06 00:24:13 2012 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h      Mon Aug 06 00:49:52 2012 +0000
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/u1/netbsd-HEAD/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf-eabi --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb2 20111202' --with-system-zlib --enable-__cxa_atexit --with-mpc=/u1/netbsd-HEAD/evbearm-el/root/usr 
--with-mpfr=/u1/netbsd-HEAD/evbearm-el/root/usr --with-gmp=/u1/netbsd-HEAD/evbearm-el/root/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd6.99.10 --host=arm--netbsdelf-eabi : (reconfigured) /u1/netbsd-HEAD/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf-eabi --enable-long-long 
--enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb2 20111202' --with-system-zlib --enable-__cxa_atexit --with-mpc=/u1/netbsd-HEAD/evbearm-el/root/usr 
--with-mpfr=/u1/netbsd-HEAD/evbearm-el/root/usr --with-gmp=/u1/netbsd-HEAD/evbearm-el/root/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd6.99.10 --host=arm--netbsdelf-eabi";
+static const char configuration_arguments[] = "/u1/netbsd-HEAD/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf-eabi --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb2 20111202' --with-system-zlib --enable-__cxa_atexit --with-mpc=/u1/netbsd-HEAD/evbearm-el/root/usr 
--with-mpfr=/u1/netbsd-HEAD/evbearm-el/root/usr --with-gmp=/u1/netbsd-HEAD/evbearm-el/root/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd6.99.10 --host=arm--netbsdelf-eabi";
 static const char thread_model[] = "posix";
 
 static const struct {



Home | Main Index | Thread Index | Old Index