summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Conrad <adconrad@0c3.net>2012-11-24 23:58:38 -0700
committerAdam Conrad <adconrad@0c3.net>2012-11-24 23:58:38 -0700
commit6706074627da7734d21f0024b6f7fb58b5629d6b (patch)
tree2778204c50c60008f0aae9e50ba1cefe42d8472c /ChangeLog
parent800938a1268309932c20dc523bb226bcab4bfe18 (diff)
downloadglibc-6706074627da7734d21f0024b6f7fb58b5629d6b.tar.gz
glibc-6706074627da7734d21f0024b6f7fb58b5629d6b.tar.xz
glibc-6706074627da7734d21f0024b6f7fb58b5629d6b.zip
Fix C++ header directory detection for non-standard paths.
Stop assuming specific path layouts for C++ headers, and instead
use an autodetection method that looks for paths with '/[cg]++'
in the g++ include list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4f6e0686c..bca890ac38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-24  Adam Conrad  <adconrad@0c3.net>
+
+	* configure.in: Autodetect C++ header directories.
+	* configure: Regenerated.
+
 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
 
 	* elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).