diff options
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index a0deddae0..b95132478 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -1,6 +1,6 @@ #! /bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 1999 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. @@ -279,6 +279,9 @@ case $basic_machine in basic_machine=m68k-apollo os=-bsd ;; + atarist) + basic_machine=m68k-atari + ;; aux) basic_machine=m68k-apple os=-aux @@ -965,6 +968,9 @@ case $os in -xenix) os=-xenix ;; + -MiNT | -mint) + os=-mint + ;; -none) ;; *) |