patches/gcc/3.3.4/gcc-3.3.4-libstdcxx-sh.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Feb 24 11:00:05 2007 +0000 (2007-02-24)
changeset 1 eeea35fbf182
permissions -rw-r--r--
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!".
Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup.
That means I'm putting backups in place in the afternoon.
That also means we've lost history... :-(
yann@1
     1
Date: Tue, 06 Jul 2004 10:40:57 +0900 (JST)
yann@1
     2
Message-Id: <20040706.104057.48529182.kkojima@rr.iij4u.or.jp>
yann@1
     3
To: dank@kegel.com
yann@1
     4
Cc: linux-sh@m17n.org, linuxsh-dev@lists.sourceforge.net
yann@1
     5
Subject: gcc-3.4.1 (Was: The current kernel for a Jornada 680 SH3)
yann@1
     6
From: Kaz Kojima <kkojima@rr.iij4u.or.jp>
yann@1
     7
In-Reply-To: <20040529.175014.48668611.kkojima@rr.iij4u.or.jp>
yann@1
     8
References: <20040528.125858.50336810.kkojima@rr.iij4u.or.jp>
yann@1
     9
	<40B8205D.8030200@kegel.com>
yann@1
    10
	<20040529.175014.48668611.kkojima@rr.iij4u.or.jp>
yann@1
    11
yann@1
    12
Hi,
yann@1
    13
yann@1
    14
...
yann@1
    15
yann@1
    16
BTW, gcc-3.3.4 was also released and there is a bad news :-(  Someone
yann@1
    17
reverted wrongly a configury patch against libstdc++ for sh-linux at
yann@1
    18
the last moment.  We have to regenerate gcc-3.3.4/libstdc++-v3/configure
yann@1
    19
with autoconf 2.13 or apply the one-line patch below manually:
yann@1
    20
yann@1
    21
--- gcc-3.3.4-orig/libstdc++-v3/configure	2004-06-01 09:45:44.000000000 +0900
yann@1
    22
+++ gcc-3.3.4/libstdc++-v3/configure	2004-06-29 22:38:05.000000000 +0900
yann@1
    23
@@ -2009,7 +2009,7 @@ irix5* | irix6*)
yann@1
    24
 # This must be Linux ELF.
yann@1
    25
 linux-gnu*)
yann@1
    26
   case $host_cpu in
yann@1
    27
-  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
yann@1
    28
+  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
yann@1
    29
     lt_cv_deplibs_check_method=pass_all ;;
yann@1
    30
   *)
yann@1
    31
     # glibc up to 2.1.1 does not perform some relocations on ARM
yann@1
    32
yann@1
    33
yann@1
    34
Regards,
yann@1
    35
	kaz
yann@1
    36
yann@1
    37
yann@1
    38