mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-9266 Don't use assembly code when building ICU data in HPUX gcc
X-SVN-Rev: 31723
This commit is contained in:
parent
613453f093
commit
834cee36a1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue