Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libgomp/arch/m68k Disable HAVE_TLS for...
details: https://anonhg.NetBSD.org/src/rev/500ef195d7f9
branches: trunk
changeset: 778618:500ef195d7f9
user: he <he%NetBSD.org@localhost>
date: Fri Apr 06 20:10:28 2012 +0000
description:
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.
diffstat:
external/gpl3/gcc/lib/libgomp/arch/m68k/config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3ddd6b4e0f36 -r 500ef195d7f9 external/gpl3/gcc/lib/libgomp/arch/m68k/config.h
--- a/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h Fri Apr 06 20:09:26 2012 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h Fri Apr 06 20:10:28 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index