diff options
| -rwxr-xr-x | config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 2532999b835..af106b2f8a1 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Attempt to guess a canonical system name. | 2 | # Attempt to guess a canonical system name. |
| 3 | # Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 3 | # Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; you can redistribute it and/or modify it | 5 | # This file is free software; you can redistribute it and/or modify it |
| 6 | # under the terms of the GNU General Public License as published by | 6 | # under the terms of the GNU General Public License as published by |
| @@ -434,6 +434,9 @@ EOF | |||
| 434 | echo ns32k-sni-sysv | 434 | echo ns32k-sni-sysv |
| 435 | fi | 435 | fi |
| 436 | exit 0 ;; | 436 | exit 0 ;; |
| 437 | mc68*:A/UX:*:*) | ||
| 438 | echo m68k-apple-aux${UNAME_RELEASE} | ||
| 439 | exit 0 ;; | ||
| 437 | esac | 440 | esac |
| 438 | 441 | ||
| 439 | #echo '(No uname command or uname output not recognized.)' 1>&2 | 442 | #echo '(No uname command or uname output not recognized.)' 1>&2 |