From aa38e42a1a1bd9f225b4c16c17b9b8c57aa49019 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 14 Aug 1998 13:01:34 +0000 Subject: [PATCH] Enable exceptions and use the egcs compiler. git-svn-id: https://svn.dealii.org/trunk@485 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Make.global_options | 6 +++--- deal.II/lac/source/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/Make.global_options b/deal.II/deal.II/Make.global_options index be373e8f0a..e27ffc2c0e 100644 --- a/deal.II/deal.II/Make.global_options +++ b/deal.II/deal.II/Make.global_options @@ -7,11 +7,11 @@ CXX = c++ INCLUDE = -I../../include -I../../../lac/include \ -I../../../base/include -I../../../mia/include CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \ - -Winline -Woverloaded-virtual -fno-rtti -fno-exceptions \ + -Winline -Woverloaded-virtual -fno-rtti \ $(INCLUDE) -Ddeal_II_dimension=$(deal_II_dimension) CXXFLAGS =-O3 -Wuninitialized -finline-functions -ffast-math \ -funroll-loops -felide-constructors -fnonnull-objects \ - -fno-rtti -fno-exceptions $(INCLUDE) \ + -fno-rtti $(INCLUDE) \ -Ddeal_II_dimension=$(deal_II_dimension) ifeq ($(shell uname),Linux) @@ -19,7 +19,7 @@ CXX = /home/wolf/bin/gcc/bin/c++ endif ifeq ($(shell uname),SunOS) -CXX = /usr/local/gcc/gcc-2.8.1/bin/c++ +CXX = /usr/local/gcc/egcs-19980803/bin/c++ endif diff --git a/deal.II/lac/source/Makefile b/deal.II/lac/source/Makefile index df62b74529..04a727f52a 100644 --- a/deal.II/lac/source/Makefile +++ b/deal.II/lac/source/Makefile @@ -7,14 +7,14 @@ CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \ $(INCLUDE) CXXFLAGS =-O3 -Wuninitialized -finline-functions -ffast-math \ -funroll-loops -felide-constructors -fnonnull-objects \ - -fno-rtti -fno-exceptions $(INCLUDE) + -fno-rtti $(INCLUDE) ifeq ($(shell uname),Linux) CXX = /home/wolf/bin/gcc/bin/c++ endif ifeq ($(shell uname),SunOS) -CXX = /usr/local/gcc/gcc-2.8.1/bin/c++ +CXX = /usr/local/gcc/egcs-19980803/bin/c++ endif -- 2.39.5