]> granicus.if.org Git - icu/commitdiff
ICU-9266 Don't use assembly code when building ICU data in HPUX gcc
authorMichael Ow <mow@svn.icu-project.org>
Tue, 17 Apr 2012 23:01:44 +0000 (23:01 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Tue, 17 Apr 2012 23:01:44 +0000 (23:01 +0000)
X-SVN-Rev: 31723

icu4c/source/config/mh-hpux-gcc

index bbb5e1a5acace0a7bcc653c5cbac33975e9fb44f..2311f49cd234e178262b37bc996b07cf4e97cf6d 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ## HPUX/gcc specific setup
-## Copyright (c) 1999-2011, International Business Machines Corporation and
+## Copyright (c) 1999-2012, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Commands to generate dependency files
@@ -17,7 +17,8 @@ SHAREDLIBCPPFLAGS = -DPIC
 LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
 
 # Need to override this or we will get unworking assembly
-GENCCODE_ASSEMBLY=-a gcc
+#GENCCODE_ASSEMBLY=-a gcc
+GENCCODE_ASSEMBLY=
 
 # Get some handy functions defined properly
 DEFS += -D_HPUX_SOURCE -D_POSIX_C_SOURCE=199506L