legacy gcc: declare some more include dirs C++ aware
Diff
legacy/gcc/gcc/config/i386/haiku.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
@@ -389,10 +389,10 @@
{ "/boot/system/develop/headers/os/be_apps/Tracker", 0, 0, 1 },\
{ "/boot/system/develop/headers/3rdparty", 0, 0, 0 },\
\
{ "/boot/system/develop/headers/bsd", 0, 0, 0 },\
{ "/boot/system/develop/headers/glibc", 0, 0, 0 },\
{ "/boot/system/develop/headers/gnu", 0, 0, 0 },\
{ "/boot/system/develop/headers/posix", 0, 0, 0 },\
{ "/boot/system/develop/headers/bsd", 0, 0, 1 },\
{ "/boot/system/develop/headers/glibc", 0, 0, 1 },\
{ "/boot/system/develop/headers/gnu", 0, 0, 1 },\
{ "/boot/system/develop/headers/posix", 0, 0, 1 },\
{ "/boot/system/develop/headers", 0, 0, 0 }, \
{ 0, 0, 0, 0 } \
};
@@ -427,10 +427,10 @@
{ CROSS_INCLUDE_DIR "/os/be_apps/NetPositive", 0, 0, 1 },\
{ CROSS_INCLUDE_DIR "/os/be_apps/Tracker", 0, 0, 1 },\
{ CROSS_INCLUDE_DIR "/3rdparty", 0, 0, 0 },\
{ CROSS_INCLUDE_DIR "/bsd", 0, 0, 0 },\
{ CROSS_INCLUDE_DIR "/glibc", 0, 0, 0 },\
{ CROSS_INCLUDE_DIR "/gnu", 0, 0, 0 },\
{ CROSS_INCLUDE_DIR "/posix", 0, 0, 0 },\
{ CROSS_INCLUDE_DIR "/bsd", 0, 0, 1 },\
{ CROSS_INCLUDE_DIR "/glibc", 0, 0, 1 },\
{ CROSS_INCLUDE_DIR "/gnu", 0, 0, 1 },\
{ CROSS_INCLUDE_DIR "/posix", 0, 0, 1 },\
{ CROSS_INCLUDE_DIR , 0, 0, 0 }, \
{ 0, 0, 0, 0 } \
};