⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2013-08-14 12:37:35.0 +02:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2013-08-15 11:34:26.0 +02:00:00
commit
d36fc8e97b20e7d0a42bff45cc7d61e4490b3ddd [patch]
tree
ff9c80aa09f2cbd323929490022f716e9893e433
parent
2d0a2c6404ffae1a46eb7e74daab08099b45af2c
download
d36fc8e97b20e7d0a42bff45cc7d61e4490b3ddd.tar.gz

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(-)

diff --git a/legacy/gcc/gcc/config/i386/haiku.h b/legacy/gcc/gcc/config/i386/haiku.h
index 33d5a95..6240799 100644
--- a/legacy/gcc/gcc/config/i386/haiku.h
+++ b/legacy/gcc/gcc/config/i386/haiku.h
@@ -389,10 +389,10 @@
    { "/boot/system/develop/headers/os/be_apps/Tracker", 0, 0, 1 },\
    { "/boot/system/develop/headers/3rdparty", 0, 0, 0 },\
    	/* TODO: To be removed when libtiff has been outsourced. */\
    { "/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 } \
    };