diff options
Diffstat (limited to 'source3/config.sub')
-rwxr-xr-x | source3/config.sub | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source3/config.sub b/source3/config.sub index 69fc6b00c7..a39437d015 100755 --- a/source3/config.sub +++ b/source3/config.sub @@ -12,7 +12,7 @@ timestamp='2009-04-17' # # 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, @@ -21,7 +21,9 @@ timestamp='2009-04-17' # GNU 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 @@ -1452,7 +1454,7 @@ case $basic_machine in os=-aout ;; c4x-* | tic4x-*) - os=-coff + os=-coff ;; # This must come before the *-dec entry. pdp10-*) |