[PATCH v4 04/44] config.sub: recognize level-zero as "ze"
Markus Metzger <[email protected]>
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.gnu.config.patches |
|---|---|
| Message-ID | <[email protected]> |
Note: This patch will come from the config project. It is included in this series to enable building. Recognize Level-Zero (https://oneapi-src.github.io/level-zero-spec/). CC: [email protected] --- config.sub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sub b/config.sub index 3d35cde174d..e127b767fe2 100755 --- a/config.sub +++ b/config.sub @@ -2154,6 +2154,7 @@ case $os in | winnt* \ | xenix* \ | xray* \ + | ze* \ | zephyr* \ | zvmoe* ) ;; @@ -2216,7 +2217,7 @@ esac case $kernel-$os-$obj in linux-gnu*- | linux-android*- | linux-dietlibc*- | linux-llvm*- \ | linux-mlibc*- | linux-musl*- | linux-newlib*- \ - | linux-relibc*- | linux-uclibc*- | linux-ohos*- ) + | linux-relibc*- | linux-uclibc*- | linux-ohos*- | linux-ze*- ) ;; uclinux-uclibc*- | uclinux-gnu*- ) ;; -- 2.43.0 ________________________________________ Intel Deutschland GmbH Registered Address: Dornacher Strasse 1, 85622 Feldkirchen, Germany Tel: +49 (89) 99143-0 www.intel.de Managing Directors: Candice Moore, Jeffrey Schneiderman, Ramachandran Sitaraman Chairperson of the Supervisory Board: Sonja Pierer Registered Seat: Munich Commercial Register B: Amtsgericht Munich HRB 186928 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.