autoconf-patches
[Top][All Lists]
Advanced

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

additional system / operating system for config.guess


From: Dorner Thomas
Subject: additional system / operating system for config.guess
Date: Tue, 10 Sep 2002 09:19:09 +0200

Hi,

I've got a small addition for autoconf's config.guess to support the posix
subsystem of a BS2000 host.

Regards, Thomas Dorner (address@hidden)

--- config.guess.org    Mon Sep  9 12:31:29 2002
+++ config.guess        Mon Sep  9 13:43:18 2002
@@ -517,6 +517,9 @@
     hppa*:OpenBSD:*:*)
        echo hppa-unknown-openbsd
        exit 0 ;;
+    BS2000:*:*:*)
+       echo bs2000-siemens-posix
+       exit 0 ;;
     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
        echo c1-convex-bsd
         exit 0 ;;





reply via email to

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