]> granicus.if.org Git - icu/commitdiff
ICU-11715 Fix ICU data build issue on HPUX ia64 using aCC
authorMichael Ow <mow@svn.icu-project.org>
Thu, 4 Jun 2015 20:31:02 +0000 (20:31 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Thu, 4 Jun 2015 20:31:02 +0000 (20:31 +0000)
X-SVN-Rev: 37499

icu4c/source/configure
icu4c/source/configure.ac

index 589e1a6b954797ef28d2abe3bb48cc493358f528..188d091e7a183afa048680ca85ec943e96c87a30 100755 (executable)
@@ -6281,7 +6281,10 @@ sparc-*-solaris*)
     GENCCODE_ASSEMBLY="-a sun"
     ;;
 ia64-*-hpux*)
-    GENCCODE_ASSEMBLY="-a aCC-ia64"
+# There has been some issues with building ICU data on HPUX ia64 aCC
+# when using the assemble code setting below.  For now, build without
+# assemble code for this platform.  This will increase the build time.
+#    GENCCODE_ASSEMBLY="-a aCC-ia64"
     ;;
 esac
 
index 22ebf2816d1f98343fd00b7d328adb8227843507..ecbaf62d81abee417e3e408b12150aec0d33dbf0 100644 (file)
@@ -645,7 +645,10 @@ sparc-*-solaris*)
     GENCCODE_ASSEMBLY="-a sun"
     ;;
 ia64-*-hpux*)
-    GENCCODE_ASSEMBLY="-a aCC-ia64"
+# There has been some issues with building ICU data on HPUX ia64 aCC
+# when using the assemble code setting below.  For now, build without
+# assemble code for this platform.  This will increase the build time.   
+#    GENCCODE_ASSEMBLY="-a aCC-ia64"
     ;;
 esac
 AC_SUBST(GENCCODE_ASSEMBLY)