php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60093
Patch 60092.patch revision 2011-10-20 11:45 UTC by jojo at hp dot com

Patch 60092.patch for Compile Failure Bug #60093

Patch version 2011-10-20 11:45 UTC

Return to Bug #60093 | Download this patch
Patch Revisions:

Developer: jojo@hp.com

/usr/local/bin/diff -EBbu ./config.guess.orig ./config.guess
--- ./config.guess.orig	2009-11-23 15:53:30.000000000 -0600
+++ ./config.guess	2011-10-17 13:20:48.000000000 -0500
@@ -1258,11 +1258,14 @@
     *:QNX:*:4*)
 	echo i386-pc-qnx
 	exit ;;
+    NEO-?:NONSTOP_KERNEL:*:*)
+	echo neo-tandem-nsk
+	exit ;;
     NSE-?:NONSTOP_KERNEL:*:*)
-	echo nse-tandem-nsk${UNAME_RELEASE}
+	echo nse-tandem-nsk
 	exit ;;
     NSR-?:NONSTOP_KERNEL:*:*)
-	echo nsr-tandem-nsk${UNAME_RELEASE}
+	echo nsr-tandem-nsk
 	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
/usr/local/bin/diff -EBbu ./config.sub.orig ./config.sub
--- ./config.sub.orig	2009-11-23 15:53:30.000000000 -0600
+++ ./config.sub	2011-10-17 13:20:13.000000000 -0500
@@ -803,6 +803,12 @@
 	np1)
 		basic_machine=np1-gould
 		;;
+	neo-tandem)
+		basic_machine=neo-tandem
+		;;
+	nse-tandem)
+		basic_machine=nse-tandem
+		;;
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC