mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +00:00
Recognize *-*-win95 as a valid configuration name.
Estimated hours taken: 0.25 config.sub: Recognize *-*-win95 as a valid configuration name.
This commit is contained in:
6
config.sub
vendored
6
config.sub
vendored
@@ -122,6 +122,9 @@ case $os in
|
|||||||
-windowsnt*)
|
-windowsnt*)
|
||||||
os=`echo $os | sed -e 's/windowsnt/winnt/'`
|
os=`echo $os | sed -e 's/windowsnt/winnt/'`
|
||||||
;;
|
;;
|
||||||
|
-windows95*)
|
||||||
|
os=`echo $os | sed -e 's/windows95/win95/'`
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Decode aliases for certain CPU-COMPANY combinations.
|
# Decode aliases for certain CPU-COMPANY combinations.
|
||||||
@@ -611,7 +614,8 @@ case $os in
|
|||||||
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
|
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||||
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
|
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
|
||||||
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
|
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
|
||||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi)
|
| -ptx* | -coff* | -ecoff* | -winnt* | -win95* \
|
||||||
|
| -domain* | -vsta | -udi | -eabi)
|
||||||
;;
|
;;
|
||||||
-sunos5*)
|
-sunos5*)
|
||||||
os=`echo $os | sed -e 's|sunos5|solaris2|'`
|
os=`echo $os | sed -e 's|sunos5|solaris2|'`
|
||||||
|
|||||||
Reference in New Issue
Block a user