cppdefault.c (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Add.
2001-04-06 Benjamin Kosnik <bkoz@redhat.com> * cppdefault.c (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Add. * Makefile.in (-DGPLUSPLUS_BACKWARD_INCLUDE_DIR): Add. From-SVN: r41140
This commit is contained in:
parent
baac9fce7d
commit
98c2359b28
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* cppdefault.c (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Add.
|
||||||
|
* Makefile.in (-DGPLUSPLUS_BACKWARD_INCLUDE_DIR): Add.
|
||||||
|
|
||||||
2001-04-06 Neil Booth <neil@daikokuya.demon.co.uk>
|
2001-04-06 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||||
|
|
||||||
* cppfiles.c (open_file): Fail directories silently, but
|
* cppfiles.c (open_file): Fail directories silently, but
|
||||||
|
@ -1927,6 +1927,7 @@ 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_gxx_include_dir)/$(target_alias)\" \
|
-DGPLUSPLUS_TOOL_INCLUDE_DIR=\"$(gcc_gxx_include_dir)/$(target_alias)\" \
|
||||||
|
-DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"$(gcc_gxx_include_dir)/backward\" \
|
||||||
-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\"
|
||||||
|
@ -39,6 +39,10 @@ const struct default_include cpp_include_defaults[]
|
|||||||
/* Pick up GNU C++ target-dependent include files. */
|
/* Pick up GNU C++ target-dependent include files. */
|
||||||
{ GPLUSPLUS_TOOL_INCLUDE_DIR, "G++", 1, 1 },
|
{ GPLUSPLUS_TOOL_INCLUDE_DIR, "G++", 1, 1 },
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef GPLUSPLUS_BACKWARD_INCLUDE_DIR
|
||||||
|
/* Pick up GNU C++ backward and deprecated include files. */
|
||||||
|
{ GPLUSPLUS_BACKWARD_INCLUDE_DIR, "G++", 1, 1 },
|
||||||
|
#endif
|
||||||
#ifdef LOCAL_INCLUDE_DIR
|
#ifdef LOCAL_INCLUDE_DIR
|
||||||
/* /usr/local/include comes before the fixincluded header files. */
|
/* /usr/local/include comes before the fixincluded header files. */
|
||||||
{ LOCAL_INCLUDE_DIR, 0, 0, 1 },
|
{ LOCAL_INCLUDE_DIR, 0, 0, 1 },
|
||||||
|
Loading…
Reference in New Issue
Block a user