mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
Remove loongarchx32
loongarchx32 doesn't exist in the real world, so we can delete it. * config.guess (loongarchx32:Linux:*:*): Remove. (timestamp): Update. * config.sub (loongarchx32): Remove. (timestamp): Update. * doc/config.guess.1: Regenerate. * doc/config.sub.1: Likewise. * testsuite/config-guess.data (loongarchx32): Remove. * testsuite/config-sub.data (loongarchx32, loongarchx32-elf, loongarchx32-linux, loongarchx32-loongson-elf): Likewise. Link: https://loongson.github.io/LoongArch-Documentation/LoongArch-toolchain-conventions-EN.html Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
parent
02ba26b218
commit
20403c5701
4
config.guess
vendored
4
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
||||
|
||||
timestamp='2022-05-25'
|
||||
timestamp='2022-08-01'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -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:*:*)
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
# shellcheck disable=SC2006,SC2268 # see below for rationale
|
||||
|
||||
timestamp='2022-01-03'
|
||||
timestamp='2022-08-01'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -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 \
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
|
||||
.TH CONFIG.GUESS "1" "May 2022" "GNU config.guess (2022-05-25)" "User Commands"
|
||||
.TH CONFIG.GUESS "1" "August 2022" "GNU config.guess (2022-08-01)" "User Commands"
|
||||
.SH NAME
|
||||
config.guess \- guess the build system triplet
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
|
||||
.TH CONFIG.SUB "1" "January 2022" "GNU config.sub (2022-01-03)" "User Commands"
|
||||
.TH CONFIG.SUB "1" "August 2022" "GNU config.sub (2022-08-01)" "User Commands"
|
||||
.SH NAME
|
||||
config.sub \- validate and canonicalize a configuration triplet
|
||||
.SH SYNOPSIS
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user