Author: jfrederic.clere(a)jboss.com
Date: 2007-07-24 08:37:26 -0400 (Tue, 24 Jul 2007)
New Revision: 948
Modified:
branches/JBNATIVE_2_0_1/build/unix/build.sh
Log:
Ported from trunk (ia64 problems)...
Modified: branches/JBNATIVE_2_0_1/build/unix/build.sh
===================================================================
--- branches/JBNATIVE_2_0_1/build/unix/build.sh 2007-07-24 12:31:18 UTC (rev 947)
+++ branches/JBNATIVE_2_0_1/build/unix/build.sh 2007-07-24 12:37:26 UTC (rev 948)
@@ -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
Show replies by date