diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19cb0ce..a164a01 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-12-01 Matthias Klose <doko@ubuntu.com> + + * doc/install.texi: Don't use pkg-config to check for bdw-gc. + 2016-12-01 Richard Biener <rguenther@suse.de> * tree-ssa-alias.c (indirect_refs_may_alias_p): Do not @@ -34,6 +38,7 @@ PR rtl-optimization/78607 * combine.c (try_combine): Emit a barrier after a unconditional trap. +>>>>>>> .r243107 2016-11-30 Michael Meissner <meissner@linux.vnet.ibm.com> PR target/78602 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 140ff80..b911d76 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2204,8 +2204,7 @@ 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 values are taken from the @command{pkg-config} -@samp{bdw-gc} module. +specified, the library is assumed in default locations. @end table @html |