Fri Apr 6 20:10:28 2012 UTC ()
Disable HAVE_TLS for now for gcc's libgomp, since it otherwise
causes gcc indigestion (internal compiler error) for all m68k ports.
mrg@ says this will do for now, and committing to this generated-
by-mknative file is ok.


(he)
diff -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h

cvs diff -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h 2012/04/05 21:09:20 1.2
+++ src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h 2012/04/06 20:10:28 1.3
@@ -65,27 +65,27 @@ @@ -65,27 +65,27 @@
65/* Define to 1 if you have the <sys/loadavg.h> header file. */ 65/* Define to 1 if you have the <sys/loadavg.h> header file. */
66/* #undef HAVE_SYS_LOADAVG_H */ 66/* #undef HAVE_SYS_LOADAVG_H */
67 67
68/* Define to 1 if you have the <sys/stat.h> header file. */ 68/* Define to 1 if you have the <sys/stat.h> header file. */
69#define HAVE_SYS_STAT_H 1 69#define HAVE_SYS_STAT_H 1
70 70
71/* Define to 1 if you have the <sys/time.h> header file. */ 71/* Define to 1 if you have the <sys/time.h> header file. */
72#define HAVE_SYS_TIME_H 1 72#define HAVE_SYS_TIME_H 1
73 73
74/* Define to 1 if you have the <sys/types.h> header file. */ 74/* Define to 1 if you have the <sys/types.h> header file. */
75#define HAVE_SYS_TYPES_H 1 75#define HAVE_SYS_TYPES_H 1
76 76
77/* Define to 1 if the target supports thread-local storage. */ 77/* Define to 1 if the target supports thread-local storage. */
78#define HAVE_TLS 1 78/* #define HAVE_TLS 1 */
79 79
80/* Define to 1 if you have the <unistd.h> header file. */ 80/* Define to 1 if you have the <unistd.h> header file. */
81#define HAVE_UNISTD_H 1 81#define HAVE_UNISTD_H 1
82 82
83/* Define to 1 if GNU symbol versioning is used for libgomp. */ 83/* Define to 1 if GNU symbol versioning is used for libgomp. */
84/* #undef LIBGOMP_GNU_SYMBOL_VERSIONING */ 84/* #undef LIBGOMP_GNU_SYMBOL_VERSIONING */
85 85
86/* Define to the sub-directory in which libtool stores uninstalled libraries. 86/* Define to the sub-directory in which libtool stores uninstalled libraries.
87 */ 87 */
88#define LT_OBJDIR ".libs/" 88#define LT_OBJDIR ".libs/"
89 89
90/* Name of package */ 90/* Name of package */
91#define PACKAGE "libgomp" 91#define PACKAGE "libgomp"