Ignore:
Timestamp:
Jun 17, 2007, 4:44:55 AM (18 years ago)
Author:
bird
Message:

i*86-pc-os2-knix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/net-misc/wget/config.guess

    r3440 r3474  
    10301030        exit ;;
    10311031    i*86:OS/2:*:*)
    1032         # If we were able to find `uname', then EMX Unix compatibility
    1033         # is probably installed.
    1034         echo ${UNAME_MACHINE}-pc-os2-emx
     1032        # If we were able to find `uname', then EMX or kNIX Unix compatibility
     1033        # or probably installed. Check if '-i' makes any difference.
     1034        if uname -i 2> /dev/null > /dev/null && test "`uname -i 2> /dev/null`" != "unknown"; then
     1035                echo ${UNAME_MACHINE}-pc-os2-knix
     1036        else
     1037                echo ${UNAME_MACHINE}-pc-os2-emx
     1038        fi
    10351039        exit ;;
    10361040    i*86:XTS-300:*:STOP)
Note: See TracChangeset for help on using the changeset viewer.