From 9de44a542c6cec93ab8ca1fce6c0befef88a47bf Mon Sep 17 00:00:00 2001 From: Kurt Miller Date: Thu, 12 Apr 2012 12:09:31 +0000 Subject: Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace with _REENTRANT. Also remove undef _POSIX_THREADS in phread.h. From brad@comstyle.com. okay guenther@ --- gnu/egcs/gcc/config/m88k/openbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/egcs/gcc/config/m88k') diff --git a/gnu/egcs/gcc/config/m88k/openbsd.h b/gnu/egcs/gcc/config/m88k/openbsd.h index e1f492eadd8..a5084831716 100644 --- a/gnu/egcs/gcc/config/m88k/openbsd.h +++ b/gnu/egcs/gcc/config/m88k/openbsd.h @@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA. */ %{!m88000:%{!m88100:%{m88110:-D__mc88110__}}} \ %{!m88000:%{!m88110:%{!ansi:%{traditional:-Dmc88100}} \ -D__mc88100__ -D__mc88100}} %{posix:-D_POSIX_SOURCE} \ - %{pthread:-D_POSIX_THREADS}" + %{pthread:-D_REENTRANT}" /* For the 88k, a float function returns a double in traditional mode (and a float in ansi mode). */ -- cgit v1.2.3