diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-16 04:03:12 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-16 04:03:12 +0200 |
commit | 6230eb94af2305f479db3b76479a0dc841c3d1d5 (patch) | |
tree | c561e423934838d0a4a2e90f58127603a0cca9b7 /source3/config.guess | |
parent | 06864b4469f5f3d77637f8e6c97ec0558289cd29 (diff) | |
download | samba-6230eb94af2305f479db3b76479a0dc841c3d1d5.tar.gz |
Update copies of config.guess and config.sub.
Diffstat (limited to 'source3/config.guess')
-rwxr-xr-x | source3/config.guess | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/source3/config.guess b/source3/config.guess index cb5b9596117..da833146088 100755 --- a/source3/config.guess +++ b/source3/config.guess @@ -8,7 +8,7 @@ timestamp='2009-04-27' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or +# the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -17,7 +17,9 @@ timestamp='2009-04-27' # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see <http://www.gnu.org/licenses/>. +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -806,7 +808,7 @@ EOF echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:[3456]*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -982,7 +984,7 @@ EOF echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so |