From d86b03dc2b1ffbf5361542719a03a701b2d7cbb4 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sun, 21 Jul 2024 10:00:58 +0200 Subject: [PATCH] Fix typo from btrev43210 This results in some functions being missing from libgcc, and then undefined references during Haiku build. --- gcc/libgcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host index 8dd05b6646..648af2c9b1 100644 --- a/gcc/libgcc/config.host +++ b/gcc/libgcc/config.host @@ -1221,7 +1221,7 @@ powerpc*-*-freebsd*) esac ;; 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*) tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"