gcc 2: Remove obsolete library and include search paths
Also clean up a few comments.
Diff
legacy/gcc/gcc/config/i386/haiku.h | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
@@ -362,11 +362,7 @@
{ GPLUSPLUS_INCLUDE_DIR, "G++", 1, 1 },\
{ GCC_INCLUDE_DIR, "GCC", 0, 0 },\
{ "/boot/common/non-packaged/develop/headers", 0, 0, 0 },\
{ "/boot/common/non-packaged/include", 0, 0, 0 },\
\
{ "/boot/common/develop/headers", 0, 0, 0 },\
{ "/boot/common/include", 0, 0, 0 },\
\
{ "/boot/system/develop/headers/os", 0, 0, 1 },\
{ "/boot/system/develop/headers/os/app", 0, 0, 1 },\
{ "/boot/system/develop/headers/os/device", 0, 0, 1 },\
@@ -392,6 +388,7 @@
{ "/boot/system/develop/headers/os/be_apps/NetPositive", 0, 0, 1 },\
{ "/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 },\
@@ -449,10 +446,6 @@
#undef MD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX "/boot/common/non-packaged/develop/lib/"
#undef MD_STARTFILE_PREFIX_1
#define MD_STARTFILE_PREFIX_1 "/boot/common/lib/"
#define MATH_LIBRARY ""
@@ -476,8 +469,6 @@
So we do just that, we replace MULTIPLE_SYMBOL_SPACES with a
test for optimization (see lex.c, line 4882ff and decl2.c, line 2701).
*/
/* [bonefish]:
Review! */
#undef MULTIPLE_SYMBOL_SPACES
@@ -492,14 +483,10 @@
so the most likely ill effect of disabling this is that a BeOS gdb
debugging an executable with no debug info would not see the gcc2_compiled
label. */
/* [bonefish]:
Review! */
#undef ASM_IDENTIFY_GCC
#define ASM_IDENTIFY_GCC(FILE)
/* [bonefish]:
Review! */
#define I386_PE_STRIP_ENCODING(SYM_NAME) \
((SYM_NAME) + ((SYM_NAME)[0] == '@' ? 3 : 0))