Lines Matching full:os

130 		# Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two
159 # Second component is usually, but not always the OS
161 # Prevent following clause from handling this valid os
162 sun*os*)
677 # for a CPU type and a company and sometimes even an OS.
1284 # First recognize some ad-hoc caes, or perhaps split kernel-os, or else just
1285 # set os.
1289 os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
1293 os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
1297 IFS="-" read kernel os <<EOF
1301 # Default OS when just kernel was specified
1304 os=`echo $basic_os | sed -e 's|nto|qnx|'`
1308 os=`echo $basic_os | sed -e 's|linux|gnu|'`
1312 os=$basic_os
1316 # Now, normalize the OS (knowing we just have one component, it's not a kernel,
1318 case $os in
1323 os=auroraux
1326 os=cnk
1329 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1332 os=solaris2
1335 os=sysv4.2uw
1337 # es1800 is here to avoid being matched by es* (a different OS)
1339 os=ose
1343 os=chorusos
1346 os=isc2.2
1349 os=sco5v6
1352 os=sco3.2v5
1355 os=sco3.2v4
1358 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
1364 os=sco3.2v2
1367 os=psos
1370 os=qnx
1373 os=hiuxwe2
1376 os=lynxos178
1379 os=lynxos5
1385 os=lynxos
1388 os=`echo "$os" | sed -e 's|mac|macos|'`
1391 os=openedition
1394 os=os400
1397 os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
1400 os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
1403 os=wince
1406 os=bsd
1409 os=bsd
1412 os=aos
1415 os=atheos
1418 os=syllable
1421 os=bsd
1424 os=sysv
1427 os=rtmk-nova
1430 os=nextstep2
1434 os=`echo $os | sed -e 's|sinix|sysv|'`
1437 os=sysv4
1440 os=tpf
1443 os=sysv3
1446 os=sysv3
1449 os=sysv4
1452 os=sysv3
1455 os=sysv4
1458 os=ose
1461 os=mint
1464 os=dicos
1467 # Until real need of OS specific support for
1472 os=eabi
1475 os=elf
1488 # machine or put another way, the most popular os provided with the machine.
1499 os=elf
1502 os=elf
1505 os=riscix1.2
1509 os=gnu
1512 os=aout
1515 os=coff
1518 os=elf
1521 os=clix
1524 os=elf
1527 os=coff
1530 os=coff
1533 os=coff
1537 os=tops20
1540 os=none
1543 os=ultrix4.2
1546 os=domain
1549 os=sunos4.0.2
1552 os=sunos3
1555 os=aout
1558 os=elf
1561 os=elf
1564 os=elf
1567 os=coff
1569 *-tti) # must be before sparc entry or we get the wrong os.
1570 os=sysv3
1573 os=sunos4.1.1
1576 os=elf
1579 os=beos
1582 os=aix
1585 os=mmixware
1588 os=proelf
1591 os=proelf
1594 os=proelf
1597 os=hpux
1600 os=hiux
1603 os=sysv
1606 os=amigaos
1609 os=dgux
1612 os=sysv3
1615 os=rtu
1618 os=luna
1621 os=nextstep
1624 os=ptx
1627 os=unos
1630 os=genix
1633 os=mvs
1636 os=sysv
1639 os=bsd
1642 os=bsd
1645 os=irix
1648 os=sysv4
1651 os=rtu
1654 os=uxpv
1657 os=coff
1660 os=coff
1663 os=macos
1666 os=mint
1669 os=vxworks
1672 os=none
1678 # Now, validate our (potentially fixed-up) OS.
1679 case $os in
1728 echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2
1733 # As a final step for OS-related things, validate the OS-kernel combination
1734 # (given a valid OS), if there is a kernel.
1735 case $kernel-$os in
1743 echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2
1753 # Blank kernel with real OS is always fine.
1756 echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2
1761 # Here we handle the case where we know the os, and the CPU type, but not the
1765 case $cpu-$os in
1839 echo "$cpu-$vendor-${kernel:+$kernel-}$os"