diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-18 08:15:27 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-18 08:15:27 +0000 |
commit | 7170e5e2095cdc54e9554f91067730ed9ea301a9 (patch) | |
tree | eac764c9f401c3839e3baefd9b522cc888310b89 /boehm-gc/configure.ac | |
parent | d72d5aa1686a0149bd57467ac942883e6b0e5cf1 (diff) | |
download | gcc-7170e5e2095cdc54e9554f91067730ed9ea301a9.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137939 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.ac')
-rw-r--r-- | boehm-gc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 29331e607d6..326a051f767 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -547,5 +547,5 @@ fi AC_CONFIG_HEADERS([include/gc_config.h include/gc_ext_config.h]) -AC_CONFIG_FILES(Makefile include/Makefile) +AC_CONFIG_FILES(Makefile include/Makefile threads.mk) AC_OUTPUT |