summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1999-01-25 04:24:42 +0000
committerJason Downs <downsj@cvs.openbsd.org>1999-01-25 04:24:42 +0000
commitd0b69cae22556e9440069c2f8bb74b40cc19c07e (patch)
treecb0b1832a395ad936fcd427cb524986748ef8ba9 /gnu/usr.bin
parent1fc1211cf8d1a786bc1666358b8d666cfd2c27bc (diff)
Update CPP_SPEC.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc/config/m68k/openbsd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/m68k/openbsd.h b/gnu/usr.bin/gcc/config/m68k/openbsd.h
index c74d07d5ec0..aae688e1257 100644
--- a/gnu/usr.bin/gcc/config/m68k/openbsd.h
+++ b/gnu/usr.bin/gcc/config/m68k/openbsd.h
@@ -13,7 +13,8 @@
/* Define __HAVE_68881__ in preprocessor, unless -msoft-float is specified.
This will control the use of inline 68881 insns in certain macros. */
-#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE}"
+#undef CPP_SPEC
+#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}"
/* Names to predefine in the preprocessor for this target machine. */