boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / configure.host
index 6ef88a3d0bb778698db123a85d8b9a837a682a6d..a98a0a7cb30cc48a0035ac6b2fa4954b6542cf31 100644 (file)
@@ -24,9 +24,7 @@ gc_cflags=""
 # We should set -fexceptions if we are using gcc and might be used
 # inside something like gcj.  This is the zeroth approximation:
 if test :"$GCC": = :yes: ; then
-# TWISTI: we do not use c++
-#    gc_cflags="${gc_cflags} -fexceptions"
-    gc_cflags="${gc_cflags}"
+    gc_cflags="${gc_cflags} -fexceptions"
 else
     case "$host" in 
         hppa*-*-hpux* )