Mercurial > emacs
comparison config.sub @ 14723:ebfb964ca323 libc-960302 libc-960303 libc-960304
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Fri, 01 Mar 1996 14:57:49 +0000 |
parents | 6d6fd8e250ed |
children | 46ca46f29cbe |
comparison
equal
deleted
inserted
replaced
14722:4f6baee20482 | 14723:ebfb964ca323 |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 # Configuration validation subroutine script, version 1.1. | 2 # Configuration validation subroutine script, version 1.1. |
3 # Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. | 3 # Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. |
4 # This file is (in principle) common to ALL GNU software. | 4 # This file is (in principle) common to ALL GNU software. |
5 # The presence of a machine in this file suggests that SOME GNU software | 5 # The presence of a machine in this file suggests that SOME GNU software |
6 # can handle that machine. It does not imply ALL GNU software can. | 6 # can handle that machine. It does not imply ALL GNU software can. |
7 # | 7 # |
8 # This file is free software; you can redistribute it and/or modify | 8 # This file is free software; you can redistribute it and/or modify |
9 # it under the terms of the GNU General Public License as published by | 9 # it under the terms of the GNU General Public License as published by |
10 # the Free Software Foundation; either version 2 of the License, or | 10 # the Free Software Foundation; either version 2 of the License, or |
11 # (at your option) any later version. | 11 # (at your option) any later version. |
229 basic_machine=ymp-cray | 229 basic_machine=ymp-cray |
230 os=-unicos | 230 os=-unicos |
231 ;; | 231 ;; |
232 cray2) | 232 cray2) |
233 basic_machine=cray2-cray | 233 basic_machine=cray2-cray |
234 os=-unicos | |
235 ;; | |
236 [ctj]90-cray) | |
237 basic_machine=c90-cray | |
234 os=-unicos | 238 os=-unicos |
235 ;; | 239 ;; |
236 crds | unos) | 240 crds | unos) |
237 basic_machine=m68k-crds | 241 basic_machine=m68k-crds |
238 ;; | 242 ;; |