config-patches
[Top][All Lists]
Advanced

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

[PATCH] * config.sub: recognise s12z


From: John Darrington
Subject: [PATCH] * config.sub: recognise s12z
Date: Sun, 15 Apr 2018 15:43:22 +0200

---
 config.sub | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config.sub b/config.sub
index 9ccf09a7a3..02386d9092 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-03-08'
+timestamp='2018-04-15'
 
 # 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
@@ -335,6 +335,10 @@ case $basic_machine in
                ;;
        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65)
                ;;
+       m9s12z | m68hcs12z | hcs12z | s12z)
+               basic_machine=s12z-unknown
+               os=-none
+               ;;
        ms1)
                basic_machine=mt-unknown
                ;;
-- 
2.11.0




reply via email to

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