mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
Fix build failure on m68k and powerpc.
This commit is contained in:
parent
54883b1bb5
commit
4947d64591
@ -701,6 +701,8 @@ m32r-*-linux*)
|
||||
m32rle-*-linux*)
|
||||
tmake_file="$tmake_file m32r/t-linux t-fdpbit"
|
||||
;;
|
||||
m68k-*-haiku*)
|
||||
;;
|
||||
m68k-*-elf* | fido-*-elf)
|
||||
tmake_file="$tmake_file m68k/t-floatlib"
|
||||
;;
|
||||
@ -854,6 +856,8 @@ powerpc*-*-freebsd*)
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
powerpc-*-haiku*)
|
||||
;;
|
||||
powerpc-*-netbsd*)
|
||||
tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user