| 3 |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 |
| 4 |
# Free Software Foundation, Inc. |
# Free Software Foundation, Inc. |
| 5 |
|
|
| 6 |
version='2000-05-30' |
version='2000-06-13' |
| 7 |
|
|
| 8 |
# This file is free software; you can redistribute it and/or modify it |
# This file is free software; you can redistribute it and/or modify it |
| 9 |
# under the terms of the GNU General Public License as published by |
# under the terms of the GNU General Public License as published by |
| 687 |
*:GNU:*:*) |
*:GNU:*:*) |
| 688 |
echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` |
echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` |
| 689 |
exit 0 ;; |
exit 0 ;; |
| 690 |
|
i*86:Minix:*:*) |
| 691 |
|
echo ${UNAME_MACHINE}-pc-minix |
| 692 |
|
exit 0 ;; |
| 693 |
*:Linux:*:*) |
*:Linux:*:*) |
| 694 |
|
|
| 695 |
# The BFD linker knows what the default object file format is, so |
# The BFD linker knows what the default object file format is, so |