Skip to content

Commit

Permalink
Fix typo from btrev43210
Browse files Browse the repository at this point in the history
This results in some functions being missing from libgcc, and then
undefined references during Haiku build.
  • Loading branch information
pulkomandy committed Jul 21, 2024
1 parent fef550b commit d86b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/libgcc/config.host
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d86b03d

Please sign in to comment.