Blame SOURCES/gcc11-power10.patch

1b5b2a
--- libgcc/config.host.mp	2021-07-20 21:04:59.361775994 -0400
1b5b2a
+++ libgcc/config.host	2021-07-20 21:26:49.054308012 -0400
1b5b2a
@@ -1220,14 +1220,6 @@ powerpc*-*-linux*)
1b5b2a
 		tmake_file="${tmake_file} rs6000/t-float128"
1b5b2a
 	fi
1b5b2a
 
1b5b2a
-	if test $libgcc_cv_powerpc_float128_hw = yes; then
1b5b2a
-		tmake_file="${tmake_file} rs6000/t-float128-hw"
1b5b2a
-	fi
1b5b2a
-
1b5b2a
-	if test $libgcc_cv_powerpc_3_1_float128_hw = yes; then
1b5b2a
-		tmake_file="${tmake_file} rs6000/t-float128-p10-hw"
1b5b2a
-	fi
1b5b2a
-
1b5b2a
 	extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
1b5b2a
 	md_unwind_header=rs6000/linux-unwind.h
1b5b2a
 	;;