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:
Diffstat (limited to 'libgc/configure.host')
-rw-r--r--libgc/configure.host3
1 files changed, 0 insertions, 3 deletions
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* )