Browse Source

fix fc4

svn path=/trunk/mono/; revision=46274
Ben Maurer 20 years ago
parent
commit
f466abf01d
2 changed files with 5 additions and 3 deletions
  1. 5 0
      libgc/ChangeLog
  2. 0 3
      libgc/configure.host

+ 5 - 0
libgc/ChangeLog

@@ -1,3 +1,8 @@
+2005-06-21  Ben Maurer  <[email protected]>
+
+	* configure.host: remove -fexceptions, messes up with nptl
+	includes, as on fc4.
+
 2005-06-17  Zoltan Varga  <[email protected]>
 
 	* pthread_support.c: Workaround gcc-3.3 compiler bug.

+ 0 - 3
libgc/configure.host

@@ -21,10 +21,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
-    gc_cflags="${gc_cflags} -fexceptions"
 else
     case "$host" in 
         hppa*-*-hpux* )