config-patches
[Top][All Lists]
Advanced

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

RE: Patch for config.guess and config.sub for vNonStop platform


From: Randall S. Becker
Subject: RE: Patch for config.guess and config.sub for vNonStop platform
Date: Wed, 10 Jan 2018 17:46:24 -0500

On January 10, 2018 5:16 PM, Ben Elliston wrote:
> On Wed, Jan 10, 2018 at 05:10:01PM -0500, Randall S. Becker wrote:
> 
> > I am one of the platform maintainers for HPE NonStop Open Source
> > projects and have been asked by the team I represent to submit
> > config.guess and config.sub changes for the latest HPE Virtualized
> > NonStop (a.k.a. vNonStop).  Without meaning to cause problems, I
> > created a pull request at githubL
> > https://github.com/gcc-mirror/gcc/pull/17. Please let me know if this
> > is acceptable or whether you would like the old-style forms to be
> > followed.
> 
> Please follow the old-school instructions at the top of the config.guess
script.
> Submitting a pull request to GCC isn't going to work as they insist that
all
> changes go through the upstream maintainer (me). GCC just takes copies the
> scripts occasionally for their tree.

Hi Ben,
Thanks. Here is the change log (mostly) generated out of git. I hope it
works for you. I will also drop the pull requests.
Regards,
Randall

2018-01-10      Randall S. Becker       <address@hidden>

* config.guess: Added HPE vNonStop support

* config.sub: Added HPE vNonStop support

diff --git a/config.guess b/config.guess
index c4bd827..c61ee76 100755
--- a/config.guess
+++ b/config.guess
@@ -1334,6 +1334,9 @@ EOF
     NSE-*:NONSTOP_KERNEL:*:*)
        echo nse-tandem-nsk${UNAME_RELEASE}
        exit ;;
+    NSV-*:NONSTOP_KERNEL:*:*)
+       echo nsv-tandem-nsk${UNAME_RELEASE}
+       exit ;;
     NSR-?:NONSTOP_KERNEL:*:*)
        echo nsr-tandem-nsk${UNAME_RELEASE}
        exit ;;
diff --git a/config.sub b/config.sub
index 9feb73b..55fcc38 100755
--- a/config.sub
+++ b/config.sub
@@ -943,6 +943,9 @@ case $basic_machine in
        nse-tandem)
                basic_machine=nse-tandem
                ;;
+       nsv-tandem)
+               basic_machine=nsv-tandem
+               ;;
        nsr-tandem)
                basic_machine=nsr-tandem
                ;;




reply via email to

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