On 09/09/2010 06:43 AM, Schmitz, Joachim wrote:
Hi thereI 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 [email protected] (not autoconf-patches), as documented in 'config.sub --help'. The next Autoconf release will automatically pick up the latest upstream config.sub.
-- Eric Blake [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
