⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2013-08-12 13:06:01.0 +02:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2013-08-12 13:06:01.0 +02:00:00
commit
e369b8e0bb9f1e91c96530f6dcf44ab2a0868790 [patch]
tree
ddad2bf19a6b843b62f69dc079f44511b534e0d5
parent
b98135ed3af141eef903e08e7b4871bf940d217f
download
e369b8e0bb9f1e91c96530f6dcf44ab2a0868790.tar.gz

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

diff --git a/legacy/gcc/gcc/config/i386/haiku.h b/legacy/gcc/gcc/config/i386/haiku.h
index c12b3a5..33d5a95 100644
--- a/legacy/gcc/gcc/config/i386/haiku.h
+++ b/legacy/gcc/gcc/config/i386/haiku.h
@@ -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 },\
    	/* TODO: To be removed. */\
    { "/boot/common/develop/headers", 0, 0, 0 },\
    { "/boot/common/include", 0, 0, 0 },\
    	/* TODO: To be removed. */\
    { "/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 },\
    	/* 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 },\
@@ -449,10 +446,6 @@
#undef MD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX		"/boot/common/non-packaged/develop/lib/"

/* TODO: To be removed. */
#undef MD_STARTFILE_PREFIX_1
#define MD_STARTFILE_PREFIX_1	"/boot/common/lib/"

/* Haiku doesn't have a separate math library.  */
#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)

/* required to compile winnt.c */
/* [bonefish]:
    Review! */
#define I386_PE_STRIP_ENCODING(SYM_NAME) \
  ((SYM_NAME) + ((SYM_NAME)[0] == '@' ? 3 : 0))