You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/11/08 16:55:18 UTC

svn commit: r1199307 - /commons/proper/daemon/trunk/src/native/unix/support/config.sub

Author: mturk
Date: Tue Nov  8 15:55:17 2011
New Revision: 1199307

URL: http://svn.apache.org/viewvc?rev=1199307&view=rev
Log:
Add missing bit

Modified:
    commons/proper/daemon/trunk/src/native/unix/support/config.sub

Modified: commons/proper/daemon/trunk/src/native/unix/support/config.sub
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/support/config.sub?rev=1199307&r1=1199306&r2=1199307&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/support/config.sub (original)
+++ commons/proper/daemon/trunk/src/native/unix/support/config.sub Tue Nov  8 15:55:17 2011
@@ -365,7 +365,7 @@ case $basic_machine in
 	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
 	| h8300-* | h8500-* \
 	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
-	| i*86-* | i860-* | i960-* | ia64-* \
+	| i*86-* | i860-* | i960-* | ia64-* | ia64[nw]-* \
 	| ip2k-* | iq2000-* \
 	| lm32-* \
 	| m32c-* | m32r-* | m32rle-* \