ICU-6686 merging into trunk

X-SVN-Rev: 28530
This commit is contained in:
Alexey Gousev 2010-08-25 22:24:53 +00:00
parent 8717b90914
commit 9f4eb2b434
2 changed files with 2 additions and 3 deletions

View file

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

View file

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