mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2242 Assembly generation updates
X-SVN-Rev: 14668
This commit is contained in:
parent
677fa010d9
commit
e8d29efc2a
2 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
## Copyright (c) 1999-2003, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-solaris,v 1.33 2003/12/18 23:14:13 emader-oss Exp $
|
||||
## $Id: mh-solaris,v 1.34 2004/03/10 17:57:36 grhoten-oss Exp $
|
||||
|
||||
## Flags for position independent code
|
||||
SHAREDLIBCFLAGS = -KPIC
|
||||
|
@ -37,6 +37,9 @@ LD_RPATH_PRE=
|
|||
## Compiler switch to embed a library name
|
||||
LD_SONAME = -h $(MIDDLE_SO_TARGET)
|
||||
|
||||
## The type of assembly needed when pkgdata is used for generating shared libraries.
|
||||
GENCCODE_ASSEMBLY=-a sun
|
||||
|
||||
## Shared object suffix
|
||||
SO= so
|
||||
## Non-shared intermediate object suffix
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
## Copyright (c) 1999-2003, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-solaris-gcc,v 1.31 2003/12/18 23:14:13 emader-oss Exp $
|
||||
## $Id: mh-solaris-gcc,v 1.32 2004/03/10 17:57:37 grhoten-oss Exp $
|
||||
|
||||
## Flags for position independent code
|
||||
SHAREDLIBCFLAGS = -fPIC
|
||||
|
@ -21,6 +21,9 @@ LD_RPATH_PRE=
|
|||
## Compiler switch to embed a library name
|
||||
LD_SONAME = -h $(MIDDLE_SO_TARGET)
|
||||
|
||||
## The type of assembly needed when pkgdata is used for generating shared libraries.
|
||||
GENCCODE_ASSEMBLY=-a gcc-darwin
|
||||
|
||||
## Shared object suffix
|
||||
SO= so
|
||||
## Non-shared intermediate object suffix
|
||||
|
|
Loading…
Add table
Reference in a new issue