From cd227d0c00bedaeec5c36ac291b6bff4ef481ead Mon Sep 17 00:00:00 2001 From: Aiden Isik Date: Fri, 28 Feb 2025 13:00:44 +0000 Subject: [PATCH] Fix libgcc configuration --- libgcc/config.host | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libgcc/config.host b/libgcc/config.host index 495f34fc688..f53ce853b6f 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -281,11 +281,6 @@ case ${host} in tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" ;; -*-fcx-*) - # Configuration for FreeChainXenon - tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" - extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" - ;; *-*-freebsd*) # This is the generic ELF configuration of FreeBSD. Later # machine-specific sections may refine and add to this @@ -661,6 +656,11 @@ epiphany-*-elf* | epiphany-*-rtems*) tmake_file="$tmake_file epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf" extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o" ;; +*-fcx-*) + # Configuration for FreeChainXenon + tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" + extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" + ;; fr30-*-elf) tmake_file="$tmake_file fr30/t-fr30 t-fdpbit" extra_parts="$extra_parts crti.o crtn.o"