From 5ea41e3aa9f162fa77fdf619645f5ecda1701891 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 21 Jan 2007 16:43:56 -0800 Subject: [PATCH] re PR target/30519 (Configuration mismatch -- extra parts) 2007-01-21 Andrew Pinski PR target/30519 * config.host (alpha*-*-linux*): Set extra_parts. From-SVN: r121047 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 1 + 2 files changed, 6 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index a1f3b931071..2ab5eebc187 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2007-01-21 Andrew Pinski + + PR target/30519 + * config.host (alpha*-*-linux*): Set extra_parts. + 2007-01-09 Kaz Kojima * config/sh/t-linux: New. diff --git a/libgcc/config.host b/libgcc/config.host index a6e6a101480..48c46e72304 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -192,6 +192,7 @@ alpha*-*-unicosmk*) ;; alpha*-*-linux*) tmake_file="${tmake_file} alpha/t-crtfm" + extra_parts="$extra_parts crtfastmath.o" ;; alpha*-*-gnu*) ;; -- 2.11.4.GIT