From 850146e02be9b9173dc37e7257e442ee41723f5c Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 28 Jan 2009 17:31:12 +0000 Subject: [PATCH] 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 --- 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 -- gitore 0.2.2