Commit c975ddd5 by Richard Kenner

(gxx_include_dir): Use autoconf variable.

From-SVN: r14202
parent 9514f0d1
...@@ -211,7 +211,7 @@ libdir = @libdir@ ...@@ -211,7 +211,7 @@ libdir = @libdir@
# Directory in which the compiler finds executables, libraries, etc. # Directory in which the compiler finds executables, libraries, etc.
libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version) libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version)
# Directory in which the compiler finds g++ includes. # Directory in which the compiler finds g++ includes.
gxx_include_dir= $(prefix)/include/g++ gxx_include_dir= @gxx_include_dir@
# Directory in which the old g++ header files may be found. # Directory in which the old g++ header files may be found.
old_gxx_include_dir= $(libdir)/g++-include old_gxx_include_dir= $(libdir)/g++-include
# Directory to search for site-specific includes. # Directory to search for site-specific includes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment