ICU-2242 Assembly generation updates

X-SVN-Rev: 14668
This commit is contained in:
George Rhoten 2004-03-10 17:57:37 +00:00
parent 677fa010d9
commit e8d29efc2a
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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