From def2c3fbd91ae5224c718dd69cfc33e7419e8c74 Mon Sep 17 00:00:00 2001 From: hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 1 Feb 2000 10:45:12 +0000 Subject: [PATCH] * config.sub: Add mmix-knuth-mmixware. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31732 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ config.sub | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 516b2007ffc2..81a26adef292 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com> + + * config.sub: Add mmix-knuth-mmixware. + 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * MAINTAINERS: Pair cccp with cpplib maintainership. diff --git a/config.sub b/config.sub index 79f1c68d777c..d617719acd70 100755 --- a/config.sub +++ b/config.sub @@ -1,6 +1,6 @@ #! /bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 92-97, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1991, 92-97, 1998, 1999, 2000 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -515,6 +515,10 @@ case $basic_machine in mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; + mmix*) + basic_machine=mmix-knuth + os=-mmixware + ;; monitor) basic_machine=m68k-rom68k os=-coff @@ -925,7 +929,7 @@ case $os in ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ - | -macos* | -mpw* | -magic* | -mon960* | -lnews*) + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` -- GitLab