From e7d207b0566d8b087f9600c8caeef4d111fdfce3 Mon Sep 17 00:00:00 2001 From: Dennis Bonke Date: Fri, 9 Feb 2024 03:05:18 +0100 Subject: [PATCH] libgcc: Enable a bunch of extra symbols as needed by Qt6 Closes: https://github.com/managarm/gcc/pull/2 --- libgcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcc/config.host b/libgcc/config.host index b414d4d56c4ab..13fbb500c2165 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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"