ICU-9266 Don't use assembly code when building ICU data in HPUX gcc

X-SVN-Rev: 31723
This commit is contained in:
Michael Ow 2012-04-17 23:01:44 +00:00
parent 613453f093
commit 834cee36a1

View 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