make superh target a bit more flexible
authorMike Frysinger <vapier@gentoo.org>
Thu, 22 Sep 2005 03:38:30 +0000 (03:38 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 22 Sep 2005 03:38:30 +0000 (03:38 -0000)
toolchain/gcc/3.4.4/100-uclibc-conf.patch

index e966dc5dc7dd1e02db961a6c51e7ff341b1c7df1..68664c011703742acab283f1ff1087e508275b68 100644 (file)
@@ -360,7 +360,7 @@ diff -urN gcc-3.4.1-dist/gcc/config.gcc gcc-3.4.1/gcc/config.gcc
 -      tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
 +      tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver"
 +      case ${target} in
-+      *-*-linux-uclibc*) tmake_file="${tmake_file} t-linux-uclibc" ;;
++      *-linux-uclibc*) tmake_file="${tmake_file} t-linux-uclibc" ;;
 +      *) tmake_file="${tmake_file} t-linux" ;;
 +      esac
        case ${target} in