From f4418335973d53be501092aacba37bd889af14b7 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 7 Mar 2000 01:27:28 +0000 Subject: [PATCH] ICU-303 added HPUX_JUNK_OBJ from 1.4 branch X-SVN-Rev: 901 --- icu4c/source/config/mh-hpux-cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/icu4c/source/config/mh-hpux-cc b/icu4c/source/config/mh-hpux-cc index 72c0fd77aa0..fbd2a5133f7 100644 --- a/icu4c/source/config/mh-hpux-cc +++ b/icu4c/source/config/mh-hpux-cc @@ -3,6 +3,12 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. + +## This causes source/tools/Makefile.in to create and link in a +## bogus C++ file, so that exception handling with +eh will be +## enabled properly. +HPUX_JUNK_OBJ= hpux_junk_obj.o + ## Commands to generate dependency files GEN_DEPS.c= : GEN_DEPS.cc= :