patches/gcc/4.3.1/500-uclibc-conf-noupstream.patch
changeset 746 b150d6f590fc
parent 552 4edbcdb17e3d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.3.1/500-uclibc-conf-noupstream.patch	Mon Jul 28 21:08:01 2008 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.1/uclibc/90_all_103-uclibc-conf-noupstream.patch
     1.5 +diff -durN gcc-4.3.1.orig/gcc/config.gcc gcc-4.3.1/gcc/config.gcc
     1.6 +--- gcc-4.3.1.orig/gcc/config.gcc	2008-06-10 14:58:09.000000000 +0200
     1.7 ++++ gcc-4.3.1/gcc/config.gcc	2008-06-10 14:58:36.000000000 +0200
     1.8 +@@ -2149,7 +2149,7 @@
     1.9 +         ;;
    1.10 + sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
    1.11 + sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
    1.12 +-  sh-*-linux* | sh[346lbe]*-*-linux* | \
    1.13 ++  sh*-*-linux* | sh[346lbe]*-*-linux* | \
    1.14 +   sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
    1.15 +    sh64-*-netbsd* | sh64l*-*-netbsd*)
    1.16 + 	tmake_file="${tmake_file} sh/t-sh sh/t-elf"