[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] * config.sub (-genode*): New. * testsuite/config-sub.data: Add t
From: |
Emery Hemingway |
Subject: |
[PATCH] * config.sub (-genode*): New. * testsuite/config-sub.data: Add test cases. |
Date: |
Mon, 4 May 2020 15:33:42 +0530 |
---
ChangeLog | 5 +++++
config.sub | 4 ++--
testsuite/config-sub.data | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 94cd91c..5320c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-04 Emery Hemingway <address@hidden>
+
+ * config.sub (-genode*): New.
+ * testsuite/config-sub.data: Add test cases.
+
2020-04-26 Ben Elliston <address@hidden>
* config.guess: Instruct the user to send information about their
diff --git a/config.sub b/config.sub
index a0d1227..ca7c13e 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2020 Free Software Foundation, Inc.
-timestamp='2020-04-24'
+timestamp='2020-05-04'
# 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
@@ -1366,7 +1366,7 @@ case $os in
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
- | nsk* | powerunix*)
+ | nsk* | powerunix* | genode* )
# Remember, each alternative MUST END IN *, to match a version number.
;;
qnx*)
diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
index bce32fd..cdf787d 100644
--- a/testsuite/config-sub.data
+++ b/testsuite/config-sub.data
@@ -17,6 +17,7 @@ aarch64_be-unknown-elf
aarch64_be-unknown-elf
aarch64_be-unknown-linux aarch64_be-unknown-linux-gnu
aarch64-bme aarch64-unknown-bme
aarch64-elf aarch64-unknown-elf
+aarch64-genode aarch64-unknown-genode
aarch64-linux aarch64-unknown-linux-gnu
aarch64-unknown-elf aarch64-unknown-elf
aarch64-unknown-linux aarch64-unknown-linux-gnu
@@ -760,6 +761,7 @@ x86_64-cygwin
x86_64-pc-cygwin
x86_64-dicos x86_64-pc-dicos
x86_64-ericsson-dicos x86_64-ericsson-dicos
x86_64-fuchsia x86_64-pc-fuchsia
+x86_64-genode x86_64-pc-genode
x86_64-glidix x86_64-pc-glidix
x86_64-os108 x86_64-pc-os108
x86_64-pc-ptx x86_64-pc-ptx
--
2.25.4
- [PATCH] * config.sub (-genode*): New. * testsuite/config-sub.data: Add test cases.,
Emery Hemingway <=