diff options
author | Matthias Klose <doko@gcc.gnu.org> | 2016-12-01 12:31:49 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2016-12-01 12:31:49 +0000 |
commit | 825fba526ce816bd26887457e2f0f4ca05b1ccdd (patch) | |
tree | 4c583720979cd6e40f2597acf959a71ad777098d /gcc | |
parent | a41e62e743af77da51413bd6f865f4c270f11674 (diff) | |
download | gcc-825fba526ce816bd26887457e2f0f4ca05b1ccdd.zip gcc-825fba526ce816bd26887457e2f0f4ca05b1ccdd.tar.gz gcc-825fba526ce816bd26887457e2f0f4ca05b1ccdd.tar.bz2 |
configure.ac: Don't use pkg-config to check for bdw-gc.
<toplevel>
* configure.ac: Don't use pkg-config to check for bdw-gc.
* configure: Regenerate.
config/
* pkg.m4: Remove.
libobjc/
* configure.ac: Don't use pkg-config to check for bdw-gc.
* configure: Regenerate.
gcc/
* doc/install.texi: Don't use pkg-config to check for bdw-gc.
From-SVN: r243108
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 |