config-patches
[Top][All Lists]
Advanced

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

[PATCH 4/6] * config.sub: No more forced "-sequent" in the `basic_machi


From: John Ericson
Subject: [PATCH 4/6] * config.sub: No more forced "-sequent" in the `basic_machine` for "ipx"
Date: Sat, 19 May 2018 22:15:49 -0400

   "unknown" will be defaulted to "sequent" per existing code below.
   "pc" won't be, but I rather handle that inconsistency separately ---
   e.g. should we default to "pc" at all, or if we do should we allow
   vendor refinement anyways.
---
 ChangeLog  | 1 +
 config.sub | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 99a80b7..eaf8ee7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        * config.sub: Cordon off two component aliases
        * config.sub: Simplify *-wrs hanlding
        * config.sub: No more os-driven subsitiion of -pc with sed
+       * config.sub: No more forced "-sequent" in the `basic_machine` for "ipx"
 
 2018-05-19  Ben Elliston  <address@hidden>
 
diff --git a/config.sub b/config.sub
index b0eae2c..80d2b1c 100755
--- a/config.sub
+++ b/config.sub
@@ -619,9 +619,6 @@ case $os in
        lynx*)
                os=lynxos
                ;;
-       ptx*)
-               basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
-               ;;
        psos*)
                os=psos
                ;;
-- 
2.16.3




reply via email to

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