mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-10169 Remove error compilation options in zos build
X-SVN-Rev: 33667
This commit is contained in:
parent
54eb776527
commit
d358980e89
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 1999-2011, International Business Machines
|
||||
* Copyright (C) 1999-2013, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
@ -15,6 +15,9 @@
|
|||
* wrapper functions.
|
||||
*
|
||||
*----------------------------------------------------------------------------*/
|
||||
/* Defines _XOPEN_SOURCE for access to POSIX functions.
|
||||
* Must be before any other #includes. */
|
||||
#include "uposixdefs.h"
|
||||
|
||||
#include "unicode/putil.h"
|
||||
#include "udatamem.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## -*-makefile-*-
|
||||
## os/390, z/OS specific setup
|
||||
## Copyright (c) 1999-2012, International Business Machines Corporation and
|
||||
## Copyright (c) 1999-2013, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
###################################################################
|
||||
|
@ -66,9 +66,8 @@ SHAREDLIBCXXFLAGS = -Wc,expo
|
|||
# The DLL option must be used by the callee and caller code when using shared libraries.
|
||||
# NOCSECT might be used as an optimization option.
|
||||
# -+ means accept any file extension as a C++ file. By default only .C is accepted.
|
||||
CFLAGS += -Wc,DLL,ROS,RENT,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'CHARS(SIGNED)','LANGLVL(EXTENDED)' $(ICU_IEEE)
|
||||
CXXFLAGS += -Wc,DLL,ROS,RTTI,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'CHARS(SIGNED)','LANGLVL(EXTENDED)' $(ICU_IEEE) -+
|
||||
DEFS += -D_XOPEN_SOURCE=600
|
||||
CFLAGS += -Wc,DLL,ROS,RENT,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'LANGLVL(EXTENDED)' $(ICU_IEEE)
|
||||
CXXFLAGS += -Wc,DLL,ROS,RTTI,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'LANGLVL(EXTENDED)' $(ICU_IEEE) -+
|
||||
ARFLAGS = -cr
|
||||
|
||||
# _MSE_PROTOS usually interacts with _XOPEN_SOURCE. It affects some standard
|
||||
|
|
Loading…
Add table
Reference in a new issue