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(-)
@@ -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'
;;
@@ -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
@@ -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