mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Search the "backward" C++ compatibility include dir also.
This commit is contained in:
parent
1fd8bea50e
commit
f09cdb5b44
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97873
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user