From 8465132c9b8b8dd9a98f97bbba93b6fd8da1da44 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 18 Jan 2017 15:48:54 +0000 Subject: re PR libobjc/78697 (--with-target-bdw-gc-include shouldn't be required to be per multilib) 2017-01-18 Matthias Klose 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 * doc/install.texi: Allow default for --with-target-bdw-gc-include. From-SVN: r244579 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ec183a..7f96795 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-18 Matthias Klose + + * doc/install.texi: Allow default for --with-target-bdw-gc-include. + 2016-01-18 Bill Schmidt * config/rs6000/altivec.h (vec_bperm): Change #define. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 713d225..4793ef8 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 -- cgit v1.1