ICU-84 merge 1.4 compile options into trunk
X-SVN-Rev: 900
This commit is contained in:
parent
3de59e84c0
commit
ff1839146e
@ -14,41 +14,24 @@
|
||||
# #
|
||||
# export OS390BATCH=1 #
|
||||
# #
|
||||
# Also, search for the LOADMOD variable and set it to your #
|
||||
# LOADMOD dataset. Make sure you have at least UPDATE access to #
|
||||
# the dataset. #
|
||||
# #
|
||||
# #
|
||||
# To build a version of ICU which uses IEEE Floating point #
|
||||
# #
|
||||
# export IEEE390=1 #
|
||||
# #
|
||||
# To enable DEBUG mode, just type #
|
||||
# export DEBUG=1 #
|
||||
# on your shell (bash assumed) before building. #
|
||||
# To cancel DEBUG mode, type #
|
||||
# unset DEBUG #
|
||||
# on your shell command line. #
|
||||
###################################################################
|
||||
|
||||
ifeq (${DEBUG}, 1)
|
||||
ICU_BUILD_OPTIONS = -g
|
||||
else
|
||||
ICU_BUILD_OPTIONS = -2
|
||||
endif
|
||||
|
||||
ifeq (${IEEE390}, 1)
|
||||
ICU_IEEE = -Wc,"float(ieee)" -DIEEE_ON
|
||||
else
|
||||
ICU_IEEE =
|
||||
endif
|
||||
|
||||
CFLAGS390= -Wc,"langlvl(extended),spill(2000)" $(ICU_BUILD_OPTIONS) $(ICU_IEEE) -Wc,dll,expo
|
||||
CFLAGS390= -Wc,"langlvl(extended),spill(2000)" $(ICU_IEEE) -Wc,dll,expo
|
||||
## OS390BATCH
|
||||
ifeq (${OS390BATCH},1)
|
||||
DEFS390= -D_OPEN_THREADS -D_XOPEN_SOURCE_EXTENDED -DOS390BATCH
|
||||
DEFS390= -D_OPEN_THREADS -D_XOPEN_SOURCE_EXTENDED -DOS390BATCH -D_SHARE_EXT_VARS
|
||||
else
|
||||
DEFS390= -D_OPEN_THREADS -D_XOPEN_SOURCE_EXTENDED
|
||||
DEFS390= -D_OPEN_THREADS -D_XOPEN_SOURCE_EXTENDED -D_SHARE_EXT_VARS
|
||||
endif
|
||||
ARFLAGS= -cr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user