mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-6686 merging into trunk
X-SVN-Rev: 28530
This commit is contained in:
parent
8717b90914
commit
9f4eb2b434
2 changed files with 2 additions and 3 deletions
2
icu4c/source/aclocal.m4
vendored
2
icu4c/source/aclocal.m4
vendored
|
@ -30,7 +30,7 @@ powerpc*-*-linux*)
|
|||
else
|
||||
icu_cv_host_frag=mh-linux-va
|
||||
fi ;;
|
||||
*-*-linux*|*-pc-gnu) icu_cv_host_frag=mh-linux ;;
|
||||
*-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu) icu_cv_host_frag=mh-linux ;;
|
||||
*-*-cygwin|*-*-mingw32)
|
||||
if test "$GCC" = yes; then
|
||||
AC_TRY_COMPILE([
|
||||
|
|
|
@ -1230,8 +1230,7 @@ ICUDATA_CHAR=$U_ENDIAN_CHAR
|
|||
# set ICUDATA_CHAR to 'e' for any EBCDIC (which should be big endian) platform.
|
||||
case "${host}" in
|
||||
*-*-solaris*) platform=U_SOLARIS ;;
|
||||
*-*-linux*) platform=U_LINUX ;;
|
||||
*-pc-gnu) platform=U_HURD ;;
|
||||
*-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu) platform=U_LINUX ;;
|
||||
*-*-*bsd*|*-*-dragonfly*) platform=U_BSD ;;
|
||||
*-*-aix*) platform=U_AIX ;;
|
||||
*-*-hpux*) platform=U_HPUX ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue