From patchwork Thu Oct 25 08:40:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [libgcc] sparc64-*-rtems*: Remove sparc/t-elf. Date: Wed, 24 Oct 2012 22:40:50 -0000 From: Ralf Corsepius X-Patchwork-Id: 194074 Message-Id: <5088FB12.1050600@rtems.org> To: "gcc-patches@gcc.gnu.org" Hi, I would like to apply the following patch to trunk and gcc-4_7-branch. GCC doesn't build for sparc64-rtems* without it. Ralf 2012-07-05 Ralf Corsépius * config.host (sparc64-*-rtems*): Remove sparc/t-elf. diff --git a/libgcc/config.host b/libgcc/config.host index 2259d47..bbf21a9 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1057,7 +1058,7 @@ sparc64-*-elf*) extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc64-*-rtems*) - tmake_file="$tmake_file sparc/t-elf t-crtfm" + tmake_file="$tmake_file t-crtfm" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc-wrs-vxworks)