config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Allow company names for RISC-V


From: Albert Ou
Subject: [PATCH] Allow company names for RISC-V
Date: Mon, 27 Jul 2015 16:49:01 -0700

        * config.sub (riscv32-*, riscv64-*): Allow company name.
---
 ChangeLog  | 4 ++++
 config.sub | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ad72cc5..9857e55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-27  Albert Ou  <address@hidden>
+
+       * config.sub (riscv32-*, riscv64-*): Allow company name.
+
 2015-07-24  Branko Drevenšek <address@hidden>
 
        * config.sub (ba): Recognise.
diff --git a/config.sub b/config.sub
index c17d3d7..d7714b0 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-07-24'
+timestamp='2015-07-27'
 
 # 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
@@ -430,6 +430,7 @@ case $basic_machine in
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
        | pyramid-* \
+       | riscv32-* | riscv64-* \
        | rl78-* | romp-* | rs6000-* | rx-* \
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* 
| sheb-* | shbe-* \
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
-- 
Albert Ou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]