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/doc | |
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/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 1 insertions, 2 deletions
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 |