Fix typo from btrev43210

This results in some functions being missing from libgcc, and then
undefined references during Haiku build.
This commit is contained in:
PulkoMandy 2024-07-21 10:00:58 +02:00
parent fef550b1fc
commit d86b03dc2b

View File

@ -1221,7 +1221,7 @@ powerpc*-*-freebsd*)
esac esac
;; ;;
powerpc-*-haiku*) powerpc-*-haiku*)
tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfpgr rs6000/t-crtstuff rs6000/t-crtstuff-pic t-fdpbit" tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-crtstuff-pic t-fdpbit"
;; ;;
powerpc-*-netbsd*) powerpc-*-netbsd*)
tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff" tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"