mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
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:
parent
90bfa2274d
commit
2730c4877a
6
config.sub
vendored
6
config.sub
vendored
@ -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/'`
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user