From 9e4af11a75bbde3b9aa45a8c8dc2a9d28c327ca7 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Tue, 21 Jun 2005 04:49:55 +0000 Subject: fix fc4 svn path=/branches/mono-1-1-8/mono/; revision=46273 --- libgc/ChangeLog | 5 +++++ libgc/configure.host | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libgc/ChangeLog b/libgc/ChangeLog index 10b6c9f5da2..f4cf52d6155 100644 --- a/libgc/ChangeLog +++ b/libgc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-21 Ben Maurer + + * configure.host: remove -fexceptions, messes up with nptl + includes, as on fc4. + 2005-06-17 Zoltan Varga * pthread_support.c: Workaround gcc-3.3 compiler bug. diff --git a/libgc/configure.host b/libgc/configure.host index a98a0a7cb30..2904d719471 100644 --- a/libgc/configure.host +++ b/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* ) -- cgit v1.2.3