diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-24 18:20:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-24 18:20:44 +0000 |
commit | e757a6a86cf85afbc661e4b5f8524761c173ebe1 (patch) | |
tree | 96bb0ed7351cd7b40e9303e38db7d0fc7f3aa2cf /libobjc | |
parent | c79bba92f212247dc447d4349762b9f86dfd15b9 (diff) | |
download | gcc-e757a6a86cf85afbc661e4b5f8524761c173ebe1.tar.gz |
PR other/66259
* config-ml.in: Reflects renaming of configure.in to configure.ac
* configure: Likewise
* configure.ac: Likewise
boehm-gc/
PR other/66259
* Makefile.direct: Reflects renaming of configure.in to configure.ac
* Makefile.dist: Likewise
* version.h: Likewise
* doc/README: Likewise
config/
PR other/66259
* gettext.m4: Reflects renaming of configure.in to configure.ac
* po.m4: Likewise
* stdint.m4: Likewise
* tcl.m4: Likewise
gcc/
PR other/66259
* acinclude.m4: Reflects renaming of configure.in to configure.ac
* configure: Likewise
* configure.ac: Likewise
* doc/install.texi: Likewise
* doc/tm.texi: Likewise
* doc/tm.texi.in: Likewise
gcc/ada/
PR other/66259
* prj-nmsc.adb: Reflects renaming of configure.in to configure.ac
* gcc-interface/Makefile.in: Likewise
intl/
PR other/66259
* configure: Reflects renaming of configure.in to configure.ac
libjava/
PR other/66259
* configure: Reflects renaming of configure.in to configure.ac
libjava/classpath
PR other/66259
* INSTALL: Reflects renaming of configure.in to configure.ac
* ltconfig: Likewise
* missing: Likewise
* m4/ac_prog_javac.m4: Likewise
* m4/ac_prog/javac_works.m4: Likewise
* resource/META-INF/mimetypes.default: Likewise
libjava/libltdl
PR other/66259
* THREADS: Reflects renaming of configure.in to configure.ac
liboffloadmic/
PR other/66259
* configure: Reflects renaming of configure.in to configure.ac
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226183 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/THREADS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/THREADS b/libobjc/THREADS index 5004b2cbcfe..4e068c41dd6 100644 --- a/libobjc/THREADS +++ b/libobjc/THREADS @@ -108,7 +108,7 @@ this thread backend is able to automatically switch to non-multi-threaded mode if the threading library is not linked in. If you want to compile libobjc standalone, then you would need to modify -the configure.in and makefiles for it and you need to import the +the configure.ac and makefiles for it and you need to import the gthread code from GCC. ****************************************************************************** |