svn commit: trunk/buildroot/toolchain/gcc/3.4.4

vapier at uclibc.org vapier at uclibc.org
Thu Sep 22 03:38:31 UTC 2005


Author: vapier
Date: 2005-09-21 20:38:30 -0700 (Wed, 21 Sep 2005)
New Revision: 11562

Log:
make superh target a bit more flexible

Modified:
   trunk/buildroot/toolchain/gcc/3.4.4/100-uclibc-conf.patch


Changeset:
Modified: trunk/buildroot/toolchain/gcc/3.4.4/100-uclibc-conf.patch
===================================================================
--- trunk/buildroot/toolchain/gcc/3.4.4/100-uclibc-conf.patch	2005-09-22 03:29:59 UTC (rev 11561)
+++ trunk/buildroot/toolchain/gcc/3.4.4/100-uclibc-conf.patch	2005-09-22 03:38:30 UTC (rev 11562)
@@ -360,7 +360,7 @@
 -	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




More information about the uClibc-cvs mailing list