Skip to content

Commit

Permalink
libgcc: Enable a bunch of extra symbols as needed by Qt6
Browse files Browse the repository at this point in the history
Closes: #2
  • Loading branch information
Dennisbonke authored and ArsenArsen committed Feb 11, 2024
1 parent 9df7a6e commit e7d207b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgcc/config.host
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ case ${host} in
;;
esac
tmake_file="$tmake_file t-crtstuff-pic"
tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-libgcc-pic"
tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-libgcc-pic i386/t-linux"
;;
*-*-lynxos*)
tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
Expand Down

0 comments on commit e7d207b

Please sign in to comment.