diff options
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 670ffb07112..008180faeea 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -217,7 +217,7 @@ ifneq ($(xt_reactor),) endif # xt_reactor ifdef exceptions - CCFLAGS += -DACE_HAS_EXCEPTIONS + CPPFLAGS += -DACE_HAS_EXCEPTIONS else ifeq ($(CXX),g++) #### Disable the default exception handling of g++ >= 2.8.0. |