mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 02:56:35 +12:00
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:
parent
83c7916f86
commit
aa90e1cb97
@ -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
4
config.sub
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user