From 2730c4877a49b91b9c8686d19d3de7ee838b8e5f Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Mon, 3 Jun 2024 15:28:40 -0400 Subject: [PATCH] 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 --- config.sub | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.sub b/config.sub index 15c57ff..7d64803 100755 --- a/config.sub +++ b/config.sub @@ -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/'` ;;