Changeset 3474 for trunk/essentials/net-misc/wget/config.guess
- Timestamp:
- Jun 17, 2007, 4:44:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/net-misc/wget/config.guess
r3440 r3474 1030 1030 exit ;; 1031 1031 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 1035 1039 exit ;; 1036 1040 i*86:XTS-300:*:STOP)
Note:
See TracChangeset
for help on using the changeset viewer.