Преглед на файлове

make superh target a bit more flexible

Mike Frysinger преди 20 години
родител
ревизия
9ce7f32f44
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      toolchain/gcc/3.4.4/100-uclibc-conf.patch

+ 1 - 1
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