mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-171 changes for building on SGI
X-SVN-Rev: 480
This commit is contained in:
parent
311bd2b239
commit
1a7496d786
2 changed files with 3 additions and 0 deletions
1
icu4c/source/aclocal.m4
vendored
1
icu4c/source/aclocal.m4
vendored
|
@ -16,6 +16,7 @@ case "${host}" in
|
|||
else
|
||||
icu_cv_host_frag=$srcdir/config/mh-solaris
|
||||
fi ;;
|
||||
*-*-mips*) icu_cv_host_frag=$srcdir/config/mh-irix ;;
|
||||
*-*-linux*) icu_cv_host_frag=$srcdir/config/mh-linux ;;
|
||||
*-*-freebsd*) icu_cv_host_frag=$srcdir/config/mh-freebsd ;;
|
||||
*-*-aix*) icu_cv_host_frag=$srcdir/config/mh-aix ;;
|
||||
|
|
|
@ -225,6 +225,7 @@ case "${host}" in
|
|||
*-*-freebsd*) platform=LINUX ;;
|
||||
*-*-aix*) platform=AIX ;;
|
||||
*-*-hpux*) platform=HPUX ;;
|
||||
*-*-irix*) platform=IRIX ;;
|
||||
*-*-os390*) platform=OS390 ;;
|
||||
*) platform=UNKNOWN ;;
|
||||
esac
|
||||
|
@ -239,6 +240,7 @@ case "${host}" in
|
|||
*-*-freebsd*) ld_rpath_suf=" " ;;
|
||||
*-*-aix*) ld_rpath_suf="" ;;
|
||||
*-*-hpux*) ld_rpath_suf=":" ;;
|
||||
*-*-irix*) ld_rpath_suf=" " ;;
|
||||
*-*-os390*) ld_rpath_suf=" " ;;
|
||||
*) ld_rpath_suf="" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue