make superh target a bit more flexible

This commit is contained in:
Mike Frysinger 2005-09-22 03:38:30 +00:00
parent c182c2e9ed
commit 9ce7f32f44

View 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