svn path=/trunk/mono/; revision=46274
@@ -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.
@@ -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* )