Commit 1eddfef1 by Benjamin Kosnik

Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir instead of gcc_tooldir.


2000-12-19  Benjamin Kosnik  <bkoz@redhat.com>

	* Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir
	instead of gcc_tooldir.

From-SVN: r38389
parent 205c6f17
2000-12-19 Benjamin Kosnik <bkoz@redhat.com>
* Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir
instead of gcc_tooldir.
2000-12-19 John David Anglin <dave@hiauly1.hia.nrc.ca> 2000-12-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
* system.h (getopt): Update prototype to match include/getopt.h. * system.h (getopt): Update prototype to match include/getopt.h.
...@@ -131,6 +136,7 @@ Tue Dec 19 00:37:08 2000 J"orn Rennecke <amylaar@redhat.com> ...@@ -131,6 +136,7 @@ Tue Dec 19 00:37:08 2000 J"orn Rennecke <amylaar@redhat.com>
(cpp_push_buffer): Don't generate a callback. Clear sysp. (cpp_push_buffer): Don't generate a callback. Clear sysp.
(cpp_pop_buffer): Clean up logic. (cpp_pop_buffer): Clean up logic.
>>>>>>> 1.8655
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
* configure.in (gcc_gxx_include_dir): Simplify. * configure.in (gcc_gxx_include_dir): Simplify.
......
...@@ -1868,7 +1868,7 @@ intl.all intl.install intl.uninstall \ ...@@ -1868,7 +1868,7 @@ intl.all intl.install intl.uninstall \
PREPROCESSOR_DEFINES = \ PREPROCESSOR_DEFINES = \
-DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \ -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"$(gcc_gxx_include_dir)\" \ -DGPLUSPLUS_INCLUDE_DIR=\"$(gcc_gxx_include_dir)\" \
-DGPLUSPLUS_TOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include/$(libstdcxx_incdir)\" \ -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"$(build_tooldir)/include/$(libstdcxx_incdir)\" \
-DLOCAL_INCLUDE_DIR=\"$(includedir)\" \ -DLOCAL_INCLUDE_DIR=\"$(includedir)\" \
-DCROSS_INCLUDE_DIR=\"$(gcc_tooldir)/sys-include\" \ -DCROSS_INCLUDE_DIR=\"$(gcc_tooldir)/sys-include\" \
-DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" -DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\"
......
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