autoconf-patches
[Top][All Lists]
Advanced

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

Re: Porting make to HP NonStop


From: Eric Blake
Subject: Re: Porting make to HP NonStop
Date: Thu, 09 Sep 2010 08:28:21 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.2

On 09/09/2010 06:43 AM, Schmitz, Joachim wrote:
Hi there

I just tried to port make-3.82 to HP-Nonstop. I got it to work (almost) with 
the following minor changes:

diff -u ./config/config.sub.orig ./config/config.sub
--- ./config/config.sub.orig    2010-07-28 00:42:11.000000000 -0500
+++ ./config/config.sub 2010-09-08 02:14:41.000000000 -0500
@@ -860,6 +860,9 @@
         np1)
                 basic_machine=np1-gould
                 ;;
+       nse-tandem)
+               basic_machine=nse-tandem
+               ;;

Thanks for the patch. However, config.sub patches should be sent to address@hidden (not autoconf-patches), as documented in 'config.sub --help'. The next Autoconf release will automatically pick up the latest upstream config.sub.

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

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