mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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 t-linux"
|
||||||
+ tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver"
|
+ tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver"
|
||||||
+ case ${target} in
|
+ 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" ;;
|
+ *) tmake_file="${tmake_file} t-linux" ;;
|
||||||
+ esac
|
+ esac
|
||||||
case ${target} in
|
case ${target} in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user