diff mbox

GNU/kFreeBSD systems running on MIPS

Message ID yddsjnjv6ew.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth Sept. 26, 2011, 12:23 p.m. UTC
Hi Robert,

> 2011/8/17 Rainer Orth <ro@cebitec.uni-bielefeld.de>:
>> Hi Robert,
>>
>>> My patch still applies cleanly to current HEAD, has this migration
>>> happened already?  If not, what's the current ETA?  I'll have almost
>>> no spare time after this week, I'd like to sort this out before/during
>>> the weekend if possible.
>>
>> all the relevant patches have been posted by now.  One needs a bit work,
>> the others are awaiting review.
>
> Is there any news about this?

Paolo is currently reviewing the outstanding patches.  If it's really
urgent, I'd say go ahead and commit your patch.

Besides, there are two typos:

                    likewise

	Rainer
diff mbox

Patch

Index: libgcc/config.host
===================================================================
--- libgcc/config.host	(revision 176595)
+++ libgcc/config.host	(working copy)
@@ -478,6 +478,14 @@ 
 	tmake_file="{$tmake_file} t-crtfm"
 	md_unwind_header=mips/linux-unwind.h
 	;;
+mips64*-*-kfreebsd*-gnu)
+	extra_parts="$extra_parts crtfastmath.o"
+	tmake_file="{$tmake_file} t-crtfm"

                    ${tmake_file} or omit the brackets completely

+	;;
+mips*-*-kfreebsd*-gnu)			# GNU/kFreeBSD MIPS, either endian.
+	extra_parts="$extra_parts crtfastmath.o"
+	tmake_file="{$tmake_file} t-crtfm"