From f3bd36c606bbe1fb13f0956991f1ee80167d8613 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 22 Jan 2011 12:21:01 +0100 Subject: [PATCH] 4.6.0-0.2 --- gcc46-sparc-config-detection.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc46-sparc-config-detection.patch b/gcc46-sparc-config-detection.patch index cd36e70..c292212 100644 --- a/gcc46-sparc-config-detection.patch +++ b/gcc46-sparc-config-detection.patch @@ -6,7 +6,7 @@ ;; -sparc-*-linux*) +sparc-*-linux* | sparcv9-*-linux*) - tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h linux.h glibc-stdint.h" + tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h" extra_options="${extra_options} sparc/long-double-switch.opt" case ${target} in @@ -2577,7 +2577,7 @@ sparc64-*-rtems*) @@ -15,7 +15,7 @@ ;; -sparc64-*-linux*) +sparc64*-*-linux*) - tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h linux.h glibc-stdint.h sparc/linux64.h" + tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/linux64.h" extra_options="${extra_options} sparc/long-double-switch.opt" tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm" --- libgcc/config.host.jj 2008-04-24 15:46:19.000000000 -0500