mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2242 Forgot to add genccode option for aCC
X-SVN-Rev: 15284
This commit is contained in:
parent
c933db269f
commit
f0a5dc068f
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ LDLIBRARYPATH_ENVVAR = SHLIB_PATH
|
|||
## Compiler switch to embed a library name
|
||||
LD_SONAME = -Wl,+h,$(notdir $(MIDDLE_SO_TARGET))
|
||||
|
||||
## The type of assembly needed when pkgdata is used for generating shared libraries.
|
||||
GENCCODE_ASSEMBLY=-a aCC
|
||||
|
||||
## Shared object suffix
|
||||
SO= sl
|
||||
## Non-shared intermediate object suffix
|
||||
|
|
Loading…
Add table
Reference in a new issue