From 9ce7f32f44d00913f12991157676c8099c8d213e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 22 Sep 2005 03:38:30 +0000 Subject: make superh target a bit more flexible --- toolchain/gcc/3.4.4/100-uclibc-conf.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/3.4.4/100-uclibc-conf.patch') diff --git a/toolchain/gcc/3.4.4/100-uclibc-conf.patch b/toolchain/gcc/3.4.4/100-uclibc-conf.patch index e966dc5dc..68664c011 100644 --- a/toolchain/gcc/3.4.4/100-uclibc-conf.patch +++ b/toolchain/gcc/3.4.4/100-uclibc-conf.patch @@ -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 -- cgit v1.2.3