mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
legacy gcc: declare some more include dirs C++ aware
This commit is contained in:
parent
2d0a2c6404
commit
d36fc8e97b
@ -389,10 +389,10 @@ extern union tree_node *i386_pe_merge_decl_attributes ();
|
||||
{ "/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 @@ extern union tree_node *i386_pe_merge_decl_attributes ();
|
||||
{ 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 } \
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user