Message ID | yddsjnjv6ew.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
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"