config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mips-dec-osf1


From: Henry Bent
Subject: mips-dec-osf1
Date: Sat, 16 Dec 2017 21:32:55 -0500

Hi configure folks,

Here is a very simple addition, perhaps about 25 years too late, to config.guess to support detection of OSF/1 on DECstations.  Please forgive the lack of a formal patch; it was not clear to me where in the order of systems this should go.  OSF/1 existed in 1.0 and 2.0 versions but I don't think anything out there is going to care which is which (and the differences are pretty minimal anyway), so we just return mips-dec-osf1.

    mips:OSF1:*.*)
        echo mips-dec-osf1
        exit ;;

As simple as that.

-Henry

reply via email to

[Prev in Thread] Current Thread [Next in Thread]