diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-02-28 20:04:41 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-02-28 12:04:41 -0800 |
commit | 6886e18e758f87f7d409dccda8073a28dd883f3e (patch) | |
tree | ca433912ca749c15300ad2f27fa98b4a4aa5786c /libobjc/thr-objc.c | |
parent | d436d3dea2af2288cf3bace09f693bf27caebe15 (diff) | |
download | gcc-6886e18e758f87f7d409dccda8073a28dd883f3e.zip gcc-6886e18e758f87f7d409dccda8073a28dd883f3e.tar.gz gcc-6886e18e758f87f7d409dccda8073a28dd883f3e.tar.bz2 |
re PR libobjc/20252 (Libobjc build broken)
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.
From-SVN: r95696
Diffstat (limited to 'libobjc/thr-objc.c')
-rw-r--r-- | libobjc/thr-objc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/thr-objc.c b/libobjc/thr-objc.c index 5afef68..d954f93 100644 --- a/libobjc/thr-objc.c +++ b/libobjc/thr-objc.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ covered by the GNU General Public License. */ #define _LIBOBJC +#include "config.h" #include "tconfig.h" #include "coretypes.h" #include "tm.h" |