mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
1999-08-05 Ben Elliston <bje@cygnus.com>
* config.sub: Accept version number appended to OS name for MiNT. Contributed by Guido Flohr <gufl0000@stud.uni-sb.de>.
This commit is contained in:
parent
b1c223b94c
commit
098f3d80cb
@ -1,3 +1,8 @@
|
||||
1999-08-05 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* config.sub: Accept version number appended to OS name for MiNT.
|
||||
Contributed by Guido Flohr <gufl0000@stud.uni-sb.de>.
|
||||
|
||||
1999-08-04 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* Makefile.in (INSTALL_SCRIPT): Substitute.
|
||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -156,6 +156,10 @@ case $os in
|
||||
-psos*)
|
||||
os=-psos
|
||||
;;
|
||||
-mint | -mint[0-9]*)
|
||||
basic_machine=m68k-atari
|
||||
os=-mint
|
||||
;;
|
||||
esac
|
||||
|
||||
# Decode aliases for certain CPU-COMPANY combinations.
|
||||
@ -489,7 +493,7 @@ case $basic_machine in
|
||||
miniframe)
|
||||
basic_machine=m68000-convergent
|
||||
;;
|
||||
*mint | *MiNT)
|
||||
*mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
|
||||
basic_machine=m68k-atari
|
||||
os=-mint
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user