This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://serveur-svn.lri.fr/svn/modhel/luatex/trunk@7403 0b2b3880-5936-4365-a048-eb17d2e5a6bf
- Loading branch information
1 parent
6cde127
commit 16f2f7c
Showing
42 changed files
with
3,997 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#! /bin/sh | ||
# Configuration validation subroutine script. | ||
# Copyright 1992-2020 Free Software Foundation, Inc. | ||
# Copyright 1992-2021 Free Software Foundation, Inc. | ||
|
||
timestamp='2020-12-22' | ||
timestamp='2021-01-08' | ||
|
||
# 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 | ||
|
@@ -67,7 +67,7 @@ Report bugs and patches to <[email protected]>." | |
version="\ | ||
GNU config.sub ($timestamp) | ||
Copyright 1992-2020 Free Software Foundation, Inc. | ||
Copyright 1992-2021 Free Software Foundation, Inc. | ||
This is free software; see the source for copying conditions. There is NO | ||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | ||
|
@@ -1230,7 +1230,7 @@ case $cpu-$vendor in | |
| powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ | ||
| pru \ | ||
| pyramid \ | ||
| riscv | riscv32 | riscv64 \ | ||
| riscv | riscv32 | riscv32be | riscv64 | riscv64be \ | ||
| rl78 | romp | rs6000 | rx \ | ||
| s390 | s390x \ | ||
| score \ | ||
|
@@ -1683,11 +1683,14 @@ fi | |
|
||
# Now, validate our (potentially fixed-up) OS. | ||
case $os in | ||
# Sometimes we do "kernel-abi", so those need to count as OSes. | ||
# Sometimes we do "kernel-libc", so those need to count as OSes. | ||
musl* | newlib* | uclibc*) | ||
;; | ||
# Likewise for "kernel-libc" | ||
eabi | eabihf | gnueabi | gnueabihf) | ||
# Likewise for "kernel-abi" | ||
eabi* | gnueabi*) | ||
;; | ||
# VxWorks passes extra cpu info in the 4th filed. | ||
simlinux | simwindows | spe) | ||
;; | ||
# Now accept the basic system types. | ||
# The portable systems comes first. | ||
|
@@ -1751,6 +1754,8 @@ case $kernel-$os in | |
;; | ||
kfreebsd*-gnu* | kopensolaris*-gnu*) | ||
;; | ||
vxworks-simlinux | vxworks-simwindows | vxworks-spe) | ||
;; | ||
nto-qnx*) | ||
;; | ||
os2-emx) | ||
|
Oops, something went wrong.