mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-20 20:58:01 +01:00
Get rid of svr4, it will be deprecated in 4.6
This commit is contained in:
parent
18f073d8bf
commit
30bb6f454f
@ -1130,12 +1130,12 @@ x86_64-*-freebsd*)
|
||||
;;
|
||||
i[34567]86-*-haiku*)
|
||||
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"
|
||||
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h haiku.h i386/haiku.h"
|
||||
extra_parts='crtbegin.o crtend.o'
|
||||
;;
|
||||
x86_64-*-haiku*)
|
||||
tmake_file='t-haiku i386/t-haiku64 i386/t-crtpic'
|
||||
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h haiku.h i386/haiku64.h"
|
||||
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h haiku.h i386/haiku64.h"
|
||||
extra_parts='crtbegin.o crtend.o'
|
||||
;;
|
||||
i[34567]86-*-netbsdelf*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user