OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_62/] [or1ksim/] [config.guess] - Diff between revs 1015 and 1242

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1015 Rev 1242
Line 881... Line 881...
        exit 0 ;;
        exit 0 ;;
    PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
    PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
                           # says 
                           # says 
        echo i586-unisys-sysv4
        echo i586-unisys-sysv4
        exit 0 ;;
        exit 0 ;;
 
    *:Darwin:*:*)
 
        case `uname -p` in
 
            *86) UNAME_PROCESSOR=i686 ;;
 
            powerpc) UNAME_PROCESSOR=powerpc ;;
 
        esac
 
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
 
        exit 0 ;;
esac
esac
 
 
#echo '(No uname command or uname output not recognized.)' 1>&2
#echo '(No uname command or uname output not recognized.)' 1>&2
#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.