diff options
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/config/openbsd.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/config/openbsd.h b/gnu/usr.bin/gcc/config/openbsd.h index 2d555847b08..47022291ba0 100644 --- a/gnu/usr.bin/gcc/config/openbsd.h +++ b/gnu/usr.bin/gcc/config/openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: openbsd.h,v 1.16 1999/02/17 12:54:27 espie Exp $ */ +/* $OpenBSD: openbsd.h,v 1.17 1999/02/17 12:57:52 espie Exp $ */ /* common OpenBSD configuration. All OpenBSD architectures include this file, which is intended as @@ -272,4 +272,8 @@ do { \ fixed yet, so DON'T activate it by default. */ /* #define DEFAULT_VTABLE_THUNKS 1 */ - + +/* Otherwise, since we support weak, gthr.h erroneously tries to use + #pragma weak + */ +#define GTHREAD_USE_WEAK 0 |