JBoss Native SVN: r947 - trunk/build/unix.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2007-07-24 08:31:18 -0400 (Tue, 24 Jul 2007)
New Revision: 947
Modified:
trunk/build/unix/build.sh
Log:
hpux ia64 produce *.so files not .sl.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2007-07-24 08:09:59 UTC (rev 946)
+++ trunk/build/unix/build.sh 2007-07-24 12:31:18 UTC (rev 947)
@@ -156,6 +156,7 @@
;;
9000/800*)
BUILD_CPU=parisc2
+ so_extension=sl
;;
Power*)
BUILD_CPU=ppc
@@ -183,7 +184,6 @@
;;
HP-UX*)
BUILD_SYS="hpux"
- so_extension=sl
has_posix_tar=false
;;
windows)
@@ -387,6 +387,9 @@
hpux-parisc2)
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} hpux-parisc2-cc
;;
+ hpux-ia64)
+ ./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} hpux-ia64-cc
+ ;;
windows-i686)
./Configure ${ssl_target} VC-NT
ms/do_masm.bat