Author: jfrederic.clere(a)jboss.com
Date: 2011-07-14 12:01:19 -0400 (Thu, 14 Jul 2011)
New Revision: 2805
Modified:
trunk/build/unix/build.sh
Log:
Arrange parisc2 64 bits.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2011-07-14 14:39:55 UTC (rev 2804)
+++ trunk/build/unix/build.sh 2011-07-14 16:01:19 UTC (rev 2805)
@@ -358,6 +358,11 @@
build_zlib=true
fi
fi
+ if [ $BUILD_CPU = "parisc2" ]; then
+ if $force_64; then
+ BUILD_SYS="hpux64"
+ fi
+ fi
;;
windows)
so_extension=dll
@@ -691,6 +696,8 @@
;;
hpux-parisc2)
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} hpux-parisc2-cc
|| exit 1
+ hpux64-parisc2)
+ ./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags}
hpux64-parisc2-cc || exit 1
;;
hpux-i64)
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} hpux-ia64-cc ||
exit 1
@@ -754,7 +761,7 @@
gmake install_sw || exit 1
fi
;;
- hpux-parisc2)
+ hpux*-parisc2)
make install_sw || exit 1
# openssl-0.9.8b is broken (work-around it).
if $ssl_static; then
Show replies by date