Author: cargilld
Date: Sat Aug 25 11:22:51 2007
New Revision: 569717

URL: http://svn.apache.org/viewvc?rev=569717&view=rev
Log:
Try and getting XSValueTest building on Linux PPC 64 bit with gcc.

Modified:
    xerces/c/branches/xerces-2.7/samples/runConfigure

Modified: xerces/c/branches/xerces-2.7/samples/runConfigure
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/samples/runConfigure?rev=569717&r1=569716&r2=569717&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/samples/runConfigure (original)
+++ xerces/c/branches/xerces-2.7/samples/runConfigure Sat Aug 25 11:22:51 2007
@@ -410,9 +410,10 @@
                    case $cppcompiler in
                        xlC*)
                           bitstobuildDefines=" $bitstobuildDefines -q64 
-qwarn64 "
-                          bitstobuildLink=" -q64 " ;;
-                       *)
-                       ;;
+                          bitstobuildLink=" -q64 " ;;                       
+                       *)                     
+                          bitstobuildDefines=" $bitstobuildDefines -m64 "
+                          bitstobuildLink=" -m64 " ;;                          
      
                    esac
                fi ;;           
            *)
@@ -422,6 +423,15 @@
 elif test $bitsToBuild = 32; then
     bitstobuildDefines=" "
     bitstobuildLink=" "
+    if test $platform; then
+        case $platform in
+            linux)              
+              bitstobuildDefines=" $bitstobuildDefines -m32 "
+              bitstobuildLink=" -m32 " ;;                           
+        *)
+            ;;
+        esac    
+    fi        
 else
     echo "I do not recognize the bitsToBuild '$bitsToBuild'. Please type '${0} 
-h' for help."
     exit ${ERROR_EXIT_CODE};



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to