From 4947d64591fdd9764dad9ff6835ffbef1618e17f Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 26 Jul 2014 19:50:18 +0200 Subject: [PATCH] Fix build failure on m68k and powerpc. --- gcc/libgcc/config.host | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host index cda47a1..933f09a 100644 --- a/gcc/libgcc/config.host +++ b/gcc/libgcc/config.host @@ -701,6 +701,8 @@ m32rle-*-linux*) tmake_file="$tmake_file m32r/t-linux t-fdpbit" ;; +m68k-*-haiku*) + ;; m68k-*-elf* | fido-*-elf) tmake_file="$tmake_file m68k/t-floatlib" ;; @@ -853,6 +855,8 @@ md_unwind_header=rs6000/freebsd-unwind.h ;; esac + ;; +powerpc-*-haiku*) ;; powerpc-*-netbsd*) tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff" -- gitore 0.2.2