diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2012-04-12 12:09:31 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2012-04-12 12:09:31 +0000 |
commit | 9de44a542c6cec93ab8ca1fce6c0befef88a47bf (patch) | |
tree | e7a00c736d703502e0f865f200f769533d689b85 /gnu/egcs/gcc/config/m88k | |
parent | 7edd9ade6fd2bd173f58e6c43df92e49debd819b (diff) |
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@
Diffstat (limited to 'gnu/egcs/gcc/config/m88k')
-rw-r--r-- | gnu/egcs/gcc/config/m88k/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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). */ |