⛏️ index : buildtools.git

author Michael Lotz <mmlr@mlotz.ch> 2009-01-28 17:31:12.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-01-28 17:31:12.0 +00:00:00
commit
850146e02be9b9173dc37e7257e442ee41723f5c [patch]
tree
8c9a26011928fb29d51c1d9042cda0cf2782a866
parent
71707d824a13817d625f1da32799f9f85705ff48
download
850146e02be9b9173dc37e7257e442ee41723f5c.tar.gz

Move t-haiku where it should be. It's shared for all platforms of course.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29077 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 gcc/gcc/config.gcc          | 2 +-
 gcc/gcc/config/t-haiku      | 3 +++
 gcc/gcc/config/i386/t-haiku | 3 ---
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc
index aceac7a..2bb65e6 100644
--- a/gcc/gcc/config.gcc
+++ b/gcc/gcc/config.gcc
@@ -1128,7 +1128,7 @@
	tmake_file="${tmake_file} i386/t-crtstuff"
	;;
i[34567]86-*-haiku*)
	tmake_file='i386/t-haiku i386/t-crtpic'
	tmake_file='t-haiku i386/t-crtpic'
	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h haiku.h i386/haiku.h"
	extra_parts='crtbegin.o crtend.o'
	;;
diff --git a/gcc/gcc/config/t-haiku b/gcc/gcc/config/t-haiku
new file mode 100644
index 0000000..0742087 100644
--- /dev/null
+++ b/gcc/gcc/config/t-haiku
@@ -1,0 +1,3 @@
# There are system headers elsewhere, but these are the ones that
# we are most likely to want to apply any fixes to.
NATIVE_SYSTEM_HEADER_DIR = /boot/develop/headers/posix
diff --git a/gcc/gcc/config/i386/t-haiku b/gcc/gcc/config/i386/t-haiku
deleted file mode 100644
index 0742087..0000000 100644
--- a/gcc/gcc/config/i386/t-haiku
+++ /dev/null
@@ -1,3 +1,0 @@
# There are system headers elsewhere, but these are the ones that
# we are most likely to want to apply any fixes to.
NATIVE_SYSTEM_HEADER_DIR = /boot/develop/headers/posix