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
This commit is contained in:
Michael Lotz 2009-01-28 17:31:12 +00:00
parent 71707d824a
commit 850146e02b
2 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ x86_64-*-freebsd*)
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'
;;