Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgc/ChangeLog5
-rw-r--r--libgc/configure.host3
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 <bmaurer@ximian.com>
+
+ * configure.host: remove -fexceptions, messes up with nptl
+ includes, as on fc4.
+
2005-06-17 Zoltan Varga <vargaz@freemail.hu>
* 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* )