aboutsummaryrefslogtreecommitdiff
path: root/libobjc/config.h.in
AgeCommit message (Collapse)AuthorFilesLines
2005-02-28re PR libobjc/20252 (Libobjc build broken)Andrew Pinski1-0/+3
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
2004-11-24aclocal.m4, [...]: Regenerate.Kelley Cook1-0/+3
2004-11-24 Kelley Cook <kcook@gcc.gnu.org> * aclocal.m4, config.h.in: Regenerate. From-SVN: r91198
2004-09-30re PR libobjc/16448 (FAIL: objc/execute/IMP.m compilation, -O0)Andrew Pinski1-0/+52
2004-09-16 Andrew Pinski <pinskia@physics.uc.edu> PR libobjc/16448 * exception.c: Include config.h (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to SJLJ_EXCEPTIONS. * configure.ac: Find out what exception handling code we use. * configure: Regenerate. * config.h.in: New file, regenerate. From-SVN: r88379
2004-04-09Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).Nathanael Nerode1-49/+0
* Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused). Replace glibcpp_toolexeclibdir with toolexeclibdir. * configure.in: Remove glibcpp_toolexecdir (unused). Replace glibcpp_toolexeclibdir with toolexeclibdir. Don't generate config.h or stamp-h (unused). Move one comment to the right place. * configure: Regenerate. * config.h.in: Remove (unused). From-SVN: r80554
2004-04-09Makefile.in: Remove (unused) gcc_version_trigger.Nathanael Nerode1-1/+48
* Makefile.in: Remove (unused) gcc_version_trigger. * configure.in: Remove (unused) glibcpp_builddir. Don't AC_SUBST gcc_version_trigger. * configure: Regenerate. From-SVN: r80552
2000-08-15Check for <sched.h>.Ovidiu Predescu1-0/+2
From-SVN: r35697