Search the "backward" C++ compatibility include dir also.

This commit is contained in:
David E. O'Brien 2002-06-05 16:10:59 +00:00
parent 1fd8bea50e
commit f09cdb5b44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97873

View File

@ -15,6 +15,7 @@
/* Look for the include files in the system-defined places. */
#define GPLUSPLUS_INCLUDE_DIR PREFIX"/include/g++"
#define GPLUSPLUS_BACKWARD_INCLUDE_DIR PREFIX"/include/g++/backward"
#define GCC_INCLUDE_DIR PREFIX"/include"
#ifdef CROSS_COMPILE
#define CROSS_INCLUDE_DIR PREFIX"/include"