config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] Remove loongarchx32


From: Xiaotian Wu
Subject: [PATCH 1/1] Remove loongarchx32
Date: Mon, 1 Aug 2022 16:05:29 +0800

loongarchx32 doesn't exist in the real world, so we can delete it.
---
 config.guess                | 2 +-
 config.sub                  | 2 +-
 testsuite/config-guess.data | 1 -
 testsuite/config-sub.data   | 4 ----
 4 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/config.guess b/config.guess
index 1817bdc..eda42ee 100755
--- a/config.guess
+++ b/config.guess
@@ -1036,7 +1036,7 @@ EOF
     k1om:Linux:*:*)
        GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
        ;;
-    loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*)
+    loongarch32:Linux:*:* | loongarch64:Linux:*:*)
        GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
        ;;
     m32r*:Linux:*:*)
diff --git a/config.sub b/config.sub
index dba16e8..8a8e49c 100755
--- a/config.sub
+++ b/config.sub
@@ -1207,7 +1207,7 @@ case $cpu-$vendor in
                        | k1om \
                        | le32 | le64 \
                        | lm32 \
-                       | loongarch32 | loongarch64 | loongarchx32 \
+                       | loongarch32 | loongarch64 \
                        | m32c | m32r | m32rle \
                        | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | 
m68k \
                        | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \
diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data
index 17ddf28..bd39f0f 100644
--- a/testsuite/config-guess.data
+++ b/testsuite/config-guess.data
@@ -93,7 +93,6 @@ i86xen | 5.6 | SunOS | ignored | ignored | i386-pc-solaris2.6
 k1om | 2.6.38 | Linux | ignored | ignored | k1om-unknown-linux-gnu
 loongarch32 | ignored | Linux | ignored | ignored | 
loongarch32-unknown-linux-gnu
 loongarch64 | ignored | Linux | ignored | ignored | 
loongarch64-unknown-linux-gnu
-loongarchx32 | ignored | Linux | ignored | ignored | 
loongarchx32-unknown-linux-gnu
 m68k | 12.1 | AROS | ignored | ignored | m68k-unknown-aros
 m88k | 7.0 | CX/UX | ignored | ignored | m88k-harris-cxux7
 macppc | 1.0 | MirBSD | ignored | ignored | powerpc-unknown-mirbsd1.0
diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
index 025b6fb..ed05281 100644
--- a/testsuite/config-sub.data
+++ b/testsuite/config-sub.data
@@ -353,10 +353,6 @@ loongarch64                                        
loongarch64-unknown-none
 loongarch64-elf                                        loongarch64-unknown-elf
 loongarch64-linux                              loongarch64-unknown-linux-gnu
 loongarch64-loongson-elf                       loongarch64-loongson-elf
-loongarchx32                                   loongarchx32-unknown-none
-loongarchx32-elf                               loongarchx32-unknown-elf
-loongarchx32-linux                             loongarchx32-unknown-linux-gnu
-loongarchx32-loongson-elf                      loongarchx32-loongson-elf
 m3230                                          mips-mips-sysv
 m32c                                           m32c-unknown-none
 m32c-elf                                       m32c-unknown-elf
-- 
2.35.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]