diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-28 20:04:41 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-28 20:04:41 +0000 |
commit | 576007bc028306bd4d86ecd9fd1ef78f212253c1 (patch) | |
tree | ca433912ca749c15300ad2f27fa98b4a4aa5786c /libobjc/config.h.in | |
parent | f0f2da441d3904da9eb71e32f8697c21aa026b18 (diff) | |
download | gcc-576007bc028306bd4d86ecd9fd1ef78f212253c1.tar.gz |
2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
PR libobjc/20252
* Makefile.in (GTHREAD_FLAGS): Remove.
(ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
* thr-objc.c: Include config.h.
* configure.ac: Instead of looking at GCC's makefile, figure out if
GTHREAD_FLAGS should be defined by looking at the `thread model'
of the current gcc.
* configure: Regenerate.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95696 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/config.h.in')
-rw-r--r-- | libobjc/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libobjc/config.h.in b/libobjc/config.h.in index 700e0458450..51811a576b7 100644 --- a/libobjc/config.h.in +++ b/libobjc/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define if the compiler has a thread header that is non single. */ +#undef HAVE_GTHR_DEFAULT + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |