Fix build failure on m68k and powerpc.

This commit is contained in:
Oliver Tappe 2014-07-26 19:50:18 +02:00
parent 54883b1bb5
commit 4947d64591

View File

@ -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"
;;