make superh target a bit more flexible
This commit is contained in:
parent
c182c2e9ed
commit
9ce7f32f44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user