mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-157 udata updates -> configure changes [compile C files using C++ to work around broken HP compiler]
X-SVN-Rev: 423
This commit is contained in:
parent
8b2688a865
commit
e152130070
2 changed files with 14 additions and 2 deletions
8
icu4c/source/configure
vendored
8
icu4c/source/configure
vendored
|
@ -2218,10 +2218,16 @@ esac
|
|||
case "${host}" in
|
||||
*-*-hpux*)
|
||||
for file in tools/gencol/gencol samples/date/date \
|
||||
samples/cal/cal test/cintltst/cintltst
|
||||
samples/cal/cal test/cintltst/cintltst \
|
||||
tools/makeconv/makeconv tools/genrb/genrb \
|
||||
tools/rbdump/read tools/genccode/genccode \
|
||||
tools/gencmn/gencmn tools/gencnval/gencnval \
|
||||
tools/gennames/gennames
|
||||
do
|
||||
if test -f $file.c; then
|
||||
mv $file.c $file.cpp
|
||||
else
|
||||
echo "# $file.c does not exist or is already renamed [warning]"
|
||||
fi
|
||||
done
|
||||
;;
|
||||
|
|
|
@ -241,10 +241,16 @@ dnl by renaming some .c files to .cpp
|
|||
case "${host}" in
|
||||
*-*-hpux*)
|
||||
for file in tools/gencol/gencol samples/date/date \
|
||||
samples/cal/cal test/cintltst/cintltst
|
||||
samples/cal/cal test/cintltst/cintltst \
|
||||
tools/makeconv/makeconv tools/genrb/genrb \
|
||||
tools/rbdump/read tools/genccode/genccode \
|
||||
tools/gencmn/gencmn tools/gencnval/gencnval \
|
||||
tools/gennames/gennames
|
||||
do
|
||||
if test -f $file.c; then
|
||||
mv $file.c $file.cpp
|
||||
else
|
||||
echo "# $file.c does not exist or is already renamed [warning]"
|
||||
fi
|
||||
done
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue