diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-07-18 08:15:27 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2008-07-18 08:15:27 +0000 |
commit | 785fad0ad840db2ec95b035f4216e5ff443b2241 (patch) | |
tree | eac764c9f401c3839e3baefd9b522cc888310b89 /libobjc/ChangeLog | |
parent | c55cffb5558986ddf4fcd2dfbd4c73a2eaad5b6e (diff) | |
download | gcc-785fad0ad840db2ec95b035f4216e5ff443b2241.tar.gz |
configure.ac (AC_CONFIG_FILES): Add threads.mk.
boehm-gc/
2008-07-18 Matthias Klose <doko@ubuntu.com>
* configure.ac (AC_CONFIG_FILES): Add threads.mk.
* threads.mk.in: New.
* Makefile.in, configure: Regenerate.
libobjc/
2008-07-18 Matthias Klose <doko@ubuntu.com>
* Makefile.in: Include ../boehm-gc/threads.mk.
(OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it.
From-SVN: r137939
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index aabb9fd9eff..32b5bde991e 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-18 Matthias Klose <doko@ubuntu.com> + + * Makefile.in: Include ../boehm-gc/threads.mk. + (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it. + 2008-07-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.in (install-info): New stub target. |