Module Name:    src
Committed By:   he
Date:           Fri Apr  6 20:10:28 UTC 2012

Modified Files:
        src/external/gpl3/gcc/lib/libgomp/arch/m68k: config.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.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/libgomp/arch/m68k/config.h
diff -u src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h:1.2 src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h:1.3
--- src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h:1.2	Thu Apr  5 21:09:20 2012
+++ src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h	Fri Apr  6 20:10:28 2012
@@ -75,7 +75,7 @@
 #define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if the target supports thread-local storage. */
-#define HAVE_TLS 1
+/* #define HAVE_TLS 1 */
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1

Reply via email to