diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cccp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -594,6 +594,7 @@ static struct default_include { = { /* Pick up GNU C++ specific include files. */ { GPLUSPLUS_INCLUDE_DIR, 1, 1 }, + { OLD_GPLUSPLUS_INCLUDE_DIR, 1, 1 }, #ifdef CROSS_COMPILE /* This is the dir for fixincludes. Put it just before the files that we fix. */ |