2000-12-20 Pavel Roskin <proski@gnu.org>

* config.sub: Handle mint with version number as recognized OS.
	Contributed by Tomas Berndtsson <tomas@nocrew.org>.
This commit is contained in:
Ben Elliston 2000-12-20 12:37:29 +00:00
parent 83c7916f86
commit aa90e1cb97
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-12-20 Pavel Roskin <proski@gnu.org>
* config.sub: Handle mint with version number as recognized OS.
Contributed by Tomas Berndtsson <tomas@nocrew.org>.
2000-12-20 Pavel Roskin <proski@gnu.org> 2000-12-20 Pavel Roskin <proski@gnu.org>
* config.guess: Detect Fujitsu f700 machines. * config.guess: Detect Fujitsu f700 machines.

4
config.sub vendored
View File

@ -1107,7 +1107,7 @@ case $os in
-xenix) -xenix)
os=-xenix os=-xenix
;; ;;
-*mint | -*MiNT) -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
os=-mint os=-mint
;; ;;
-none) -none)
@ -1327,7 +1327,7 @@ case $basic_machine in
-mpw* | -macos*) -mpw* | -macos*)
vendor=apple vendor=apple
;; ;;
-*mint | -*MiNT) -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
vendor=atari vendor=atari
;; ;;
esac esac