mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-1900 Since the xlC_r compiler may installed in an unusual location,
let's check the help text for the type of compiler. We'll default to the newer VisualAge compiler when all else fails. X-SVN-Rev: 9265
This commit is contained in:
parent
277dd912c5
commit
4e9839997b
2 changed files with 146 additions and 144 deletions
11
icu4c/source/aclocal.m4
vendored
11
icu4c/source/aclocal.m4
vendored
|
@ -29,11 +29,12 @@ alpha*-*-linux-gnu)
|
|||
*-*-linux*) icu_cv_host_frag=mh-linux ;;
|
||||
*-*-cygwin) icu_cv_host_frag=mh-cygwin ;;
|
||||
*-*-*bsd*) icu_cv_host_frag=mh-bsd-gcc ;;
|
||||
*-*-aix*)
|
||||
case "$CXX" in
|
||||
*vacpp*)icu_cv_host_frag=mh-aix-va ;;
|
||||
*) icu_cv_host_frag=mh-aix ;;
|
||||
esac;;
|
||||
*-*-aix*)
|
||||
if test -n "`$CXX --help 2>&1 | grep 'IBM C and C++ Compilers$'`"; then
|
||||
icu_cv_host_frag=mh-aix
|
||||
else
|
||||
icu_cv_host_frag=mh-aix-va
|
||||
fi ;;
|
||||
*-sequent-*) icu_cv_host_frag=mh-ptx ;;
|
||||
*-*-hpux*)
|
||||
case "$CXX" in
|
||||
|
|
279
icu4c/source/configure
vendored
279
icu4c/source/configure
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue