]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Enable exceptions and use the egcs compiler.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 14 Aug 1998 13:01:34 +0000 (13:01 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 14 Aug 1998 13:01:34 +0000 (13:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@485 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Make.global_options
deal.II/lac/source/Makefile

index be373e8f0acda1381a04780be55fd83b0262322d..e27ffc2c0e6e158102fd48672e9fc58c1ad02dac 100644 (file)
@@ -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
 
 
index df62b745298e4ab1e88675849a6dd254727d1e1b..04a727f52ab12845deb559ab1f5a10aba084a0e8 100644 (file)
@@ -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
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.