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:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-21 08:49:55 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-21 08:49:55 +0400
commit9e4af11a75bbde3b9aa45a8c8dc2a9d28c327ca7 (patch)
treee711297341b5685f7dcb3d8afb309b1e2d253ec5
parentcfd654b338a59db65fd80b36cbb1619a8336b688 (diff)
svn path=/branches/mono-1-1-8/mono/; revision=46273
-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* )