summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2017-01-18 15:48:54 +0000
committerMatthias Klose <doko@gcc.gnu.org>2017-01-18 15:48:54 +0000
commit8465132c9b8b8dd9a98f97bbba93b6fd8da1da44 (patch)
tree7321ae79ac887ea53a92086e26b0dfcf9f9595f1 /gcc
parentdfc42f08cec61d355f2e1fc24d37b1300c68dceb (diff)
downloadgcc-8465132c9b8b8dd9a98f97bbba93b6fd8da1da44.tar.gz
re PR libobjc/78697 (--with-target-bdw-gc-include shouldn't be required to be per multilib)
2017-01-18 Matthias Klose <doko@ubuntu.com> PR libobjc/78697 * configure.ac: Allow default for --with-target-bdw-gc-include. * configure: Regenerate. PR libobjc/78698 * configure.ac: Use the libgc.la file when available. * configure: Regenerate. 2017-01-18 Matthias Klose <doko@ubuntu.com> * doc/install.texi: Allow default for --with-target-bdw-gc-include. From-SVN: r244579
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi8
2 files changed, 10 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ec183a266a..7f967954367 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-18 Matthias Klose <doko@ubuntu.com>
+
+ * doc/install.texi: Allow default for --with-target-bdw-gc-include.
+
2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/altivec.h (vec_bperm): Change #define.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 713d22536b5..4793ef85b0d 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2207,8 +2207,12 @@ is named as @samp{.} (dot), or is omitted (e.g.
The options @option{--with-target-bdw-gc-include} and
@option{--with-target-bdw-gc-lib} must always be specified together
for each multilib variant and they take precedence over
-@option{--with-target-bdw-gc}. If none of these options are
-specified, the library is assumed in default locations.
+@option{--with-target-bdw-gc}. If @option{--with-target-bdw-gc-include}
+is missing values for a multilib, then the value for the default
+multilib is used (e.g. @samp{--with-target-bdw-gc-include=/opt/bdw-gc/include}
+@samp{--with-target-bdw-gc-lib=/opt/bdw-gc/lib64,32=/opt-bdw-gc/lib32}).
+If none of these options are specified, the library is assumed in
+default locations.
@end table
@html