summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_hpux_aCC.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_hpux_aCC.GNU')
-rw-r--r--ACE/include/makeinclude/platform_hpux_aCC.GNU9
1 files changed, 0 insertions, 9 deletions
diff --git a/ACE/include/makeinclude/platform_hpux_aCC.GNU b/ACE/include/makeinclude/platform_hpux_aCC.GNU
index 21c10254d0b..f9cee037ace 100644
--- a/ACE/include/makeinclude/platform_hpux_aCC.GNU
+++ b/ACE/include/makeinclude/platform_hpux_aCC.GNU
@@ -13,7 +13,6 @@
buildbits ?= 0
debug ?= 1
distrib ?= 0
-exceptions ?= 1
optimize ?= 0
stdcpplib ?= 1
threads ?= 1
@@ -59,8 +58,6 @@ ifeq (1,$(stdcpplib))
endif
# Compile errors using -AA and +noeh together - HP problem report
# JAGad12608, fix slated for Dec 2001 Release -- Steve Huston, April 10, 2001.
-# If you still have problems with this area, uncomment the following line:
-# exceptions = 1
else
CCFLAGS += -AP
endif
@@ -140,12 +137,6 @@ endif
CPPFLAGS += $(THR_DEFS) -D_HPUX_SOURCE -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ONCE
CCFLAGS += $(CC_THR_DEFS)
-# If exception support is explicitly disabled, tell the compiler.
-# This is not recommended since the run-time library can throw exceptions.
-ifneq ($(exceptions),1)
- CCFLAGS += +noeh
-endif
-
DCCFLAGS += -g
DLD = $(CXX) $(CCFLAGS)
LD = $(CXX)