Skip to content
Snippets Groups Projects
Commit f83848fa authored by Unknown (abagchi)'s avatar Unknown (abagchi)
Browse files

Added +eh to the HP-UX options for ICU

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171885 13f79535-47bb-0310-9956-ffa450edef68
parent e64df3a9
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ if ( ($platform =~ m/AIX/i) || ($platform =~ m/HP-UX/i) || ...@@ -225,7 +225,7 @@ if ( ($platform =~ m/AIX/i) || ($platform =~ m/HP-UX/i) ||
} }
if ($platform eq 'HP-UX') { if ($platform eq 'HP-UX') {
if ($opt_x eq 'CC') { if ($opt_x eq 'CC') {
$icuCompileFlags = 'CC=cc CXX=CC CXXFLAGS="+eh +DAportable -w -O" CFLAGS="+DAportable -w -O"'; $icuCompileFlags = 'CC=cc CXX=CC CXXFLAGS="+eh +DAportable -w -O" CFLAGS="+eh +DAportable -w -O"';
} }
else { else {
$icuCompileFlags = 'CC=cc CXX=aCC CXXFLAGS="+DAportable -w -O" CFLAGS="+DAportable -w -O"'; $icuCompileFlags = 'CC=cc CXX=aCC CXXFLAGS="+DAportable -w -O" CFLAGS="+DAportable -w -O"';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment