diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-20 22:36:34 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-20 22:36:34 +0000 |
commit | 0d489dae6cc0356ddfeaaf78805bf015486b543e (patch) | |
tree | bb912f33fd2185851d06bbae554211ac338240ff /boehm-gc/configure.host | |
parent | b1ff8ab1599b3b2a32fc7aa82166b29a3ac11545 (diff) | |
download | ppe42-gcc-0d489dae6cc0356ddfeaaf78805bf015486b543e.tar.gz ppe42-gcc-0d489dae6cc0356ddfeaaf78805bf015486b543e.zip |
* configure.host: Build with -fexceptions.
* linux_threads.c: Remember which thread stopped world for
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.host')
-rw-r--r-- | boehm-gc/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.host b/boehm-gc/configure.host index 1903242fec4..323668dd33a 100644 --- a/boehm-gc/configure.host +++ b/boehm-gc/configure.host @@ -17,7 +17,7 @@ # It sets the following shell variables: # boehm_gc_cflags Special CFLAGS to use when building -boehm_gc_cflags= +boehm_gc_cflags=-fexceptions case "${target_optspace}:${host}" in yes:*) |