mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-4116 Improve the Linux PPC pkgdata's usage of genccode.
X-SVN-Rev: 16417
This commit is contained in:
parent
a862144196
commit
23433708ce
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
## -*-makefile-*-
|
||||
## Linux-specific setup for Visual Age
|
||||
## Copyright (c) 1999-2004, International Business Machines Corporation and
|
||||
## Copyright (c) 2003-2004, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
|
@ -28,6 +28,9 @@ LD_RPATH= -I
|
|||
|
||||
#LD_SONAME =
|
||||
|
||||
## The type of assembly needed when pkgdata is used for generating shared libraries.
|
||||
GENCCODE_ASSEMBLY=-a gcc
|
||||
|
||||
## Shared object suffix
|
||||
SO = so
|
||||
## Non-shared intermediate object suffix
|
||||
|
|
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
|
@ -2267,7 +2267,7 @@ fi
|
|||
|
||||
GENCCODE_ASSEMBLY=
|
||||
case "${host}" in
|
||||
i*86-*-*bsd*|i*86-*-linux*)
|
||||
i*86-*-*bsd*|i*86-*-linux*|powerpc*-*-linux*)
|
||||
if test "$GCC" = yes; then
|
||||
GENCCODE_ASSEMBLY="-a gcc"
|
||||
fi ;;
|
||||
|
|
|
@ -308,7 +308,7 @@ AC_SUBST(HAVE_MMAP)
|
|||
dnl Check to see if genccode can generate simple assembly.
|
||||
GENCCODE_ASSEMBLY=
|
||||
case "${host}" in
|
||||
i*86-*-*bsd*|i*86-*-linux*)
|
||||
i*86-*-*bsd*|i*86-*-linux*|powerpc*-*-linux*)
|
||||
if test "$GCC" = yes; then
|
||||
dnl We're using gcc, and the simple -a gcc command line works for genccode
|
||||
GENCCODE_ASSEMBLY="-a gcc"
|
||||
|
|
Loading…
Add table
Reference in a new issue