about summary refs log tree commit diff
path: root/config.make.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-28 06:53:43 +0000
committerRoland McGrath <roland@gnu.org>2005-12-28 06:53:43 +0000
commitef226fecbeae89451529fc9094b4a2c2387f6884 (patch)
tree7025a6763491faddc4e48fbc3faa25c7f519e5ba /config.make.in
parentdb169ed561acef18093cc6739fb159d6274bf5a5 (diff)
downloadglibc-ef226fecbeae89451529fc9094b4a2c2387f6884.tar.gz
glibc-ef226fecbeae89451529fc9094b4a2c2387f6884.tar.xz
glibc-ef226fecbeae89451529fc9094b4a2c2387f6884.zip
* config.make.in (c++-sysincludes): New substituted variable.
	* configure.in (CXX_SYSINCLUDES): New substituted variable.
	* configure: Regenerated.
	* Makeconfig (CXXFLAGS): Prepend $(c++-sysincludes) here.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 3af1e396e9..871c5d60de 100644
--- a/config.make.in
+++ b/config.make.in
@@ -34,6 +34,7 @@ with-cpu = @submachine@
 
 defines = @DEFINES@
 sysincludes = @SYSINCLUDES@
+c++-sysincludes = @CXX_SYSINCLUDES@
 all-warnings = @all_warnings@
 
 elf = @elf@