New compilers do not take -xarch=v9 should use -m64 instead
-----------------------------------------------------------

                 Key: XALANC-695
                 URL: https://issues.apache.org/jira/browse/XALANC-695
             Project: XalanC
          Issue Type: Bug
          Components: XalanC
    Affects Versions: 1.10
         Environment: OpenSolaris Sun studio12 compiler.
            Reporter: Meena


This patch fixes it.

--- ./xml-xalan/c/runConfigure  Tue Aug 16 16:48:26 2005
+++ ./xml-xalan/c/runConfigure.new      Thu May 28 01:17:13 2009
@@ -387,8 +387,8 @@
     if test $platform; then
         case $platform in
            solaris)
-              bitstobuildDefines=" $bitstobuildDefines -xarch=v9 "
-              bitstobuildLink=" -xarch=v9 " ;;
+              bitstobuildDefines=" $bitstobuildDefines -m64 "
+              bitstobuildLink=" -m64 " ;;
            aix)
               bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 " ;;
            hp-11)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to