mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
testsuite: add coverage for vendor-clobbering
While reimplementing config.sub for use in a situation where no bash interpreter was available, I discovered several oddities about config.sub's behavior. One such oddity was the fact that an explicitly-provided vendor will be clobbered by the inferred vendor for three cpu types: microblaze, s390, and mmix. This commit adds test cases for this clobbering behavior, so that unintentional changes to it will be noticed. * testsuite/config-sub.data (microblaze-unknown-elf, mmix-unknown-elf, s390-unknown-elf): New entries. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
parent
39c49ea712
commit
2a7c4b64d4
@ -405,6 +405,7 @@ metag metag-unknown-none
|
|||||||
metag-linux metag-unknown-linux-gnu
|
metag-linux metag-unknown-linux-gnu
|
||||||
microblaze microblaze-xilinx-none
|
microblaze microblaze-xilinx-none
|
||||||
microblaze-elf microblaze-xilinx-elf
|
microblaze-elf microblaze-xilinx-elf
|
||||||
|
microblaze-unknown-elf microblaze-xilinx-elf
|
||||||
microblaze-linux microblaze-xilinx-linux-gnu
|
microblaze-linux microblaze-xilinx-linux-gnu
|
||||||
microblazeel microblazeel-xilinx-none
|
microblazeel microblazeel-xilinx-none
|
||||||
microblazeel-elf microblazeel-xilinx-elf
|
microblazeel-elf microblazeel-xilinx-elf
|
||||||
@ -488,6 +489,7 @@ mipstx39el mipstx39el-unknown-elf
|
|||||||
mmax ns32k-encore-bsd
|
mmax ns32k-encore-bsd
|
||||||
mmix mmix-knuth-mmixware
|
mmix mmix-knuth-mmixware
|
||||||
mmix-elf mmix-knuth-elf
|
mmix-elf mmix-knuth-elf
|
||||||
|
mmix-unknown-elf mmix-knuth-elf
|
||||||
mn10200 mn10200-unknown-none
|
mn10200 mn10200-unknown-none
|
||||||
mn10300 mn10300-unknown-none
|
mn10300 mn10300-unknown-none
|
||||||
mon960 i960-intel-mon960
|
mon960 i960-intel-mon960
|
||||||
@ -686,6 +688,7 @@ s390 s390-ibm-none
|
|||||||
s390-busybox-linux s390-busybox-linux-gnu
|
s390-busybox-linux s390-busybox-linux-gnu
|
||||||
s390-ibm-zvmoe s390-ibm-zvmoe
|
s390-ibm-zvmoe s390-ibm-zvmoe
|
||||||
s390-linux s390-ibm-linux-gnu
|
s390-linux s390-ibm-linux-gnu
|
||||||
|
s390-unknown-elf s390-ibm-elf
|
||||||
s390x s390x-ibm-none
|
s390x s390x-ibm-none
|
||||||
s390x-busybox-linux s390x-busybox-linux-gnu
|
s390x-busybox-linux s390x-busybox-linux-gnu
|
||||||
s390x-ibm-zvmoe s390x-ibm-zvmoe
|
s390x-ibm-zvmoe s390x-ibm-zvmoe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user