config.sub: remove two unreachable case clauses.

These attempt to perform normalizations that were already done by
code above this point, so they are unnecessary.  There are already
test cases for these normalizations.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
Zack Weinberg 2024-06-03 15:28:40 -04:00 committed by Dmitry V. Levin
parent 90bfa2274d
commit 2730c4877a

6
config.sub vendored
View File

@ -1128,9 +1128,6 @@ case $cpu-$vendor in
pentium4-*)
cpu=i786
;;
pc98-*)
cpu=i386
;;
ppc-* | ppcbe-*)
cpu=powerpc
;;
@ -1164,9 +1161,6 @@ case $cpu-$vendor in
tx39el-*)
cpu=mipstx39el
;;
x64-*)
cpu=x86_64
;;
xscale-* | xscalee[bl]-*)
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
;;