diff options
author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-17 23:03:22 +0000 |
---|---|---|
committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-17 23:03:22 +0000 |
commit | 83a83fac46bdc095e36431be67106869c332145d (patch) | |
tree | ae5fabef1d8d129d960a96a688664f2a999c485f /boehm-gc/include | |
parent | 72ed03376d9faf97a453ac312879b662d7e5afa3 (diff) | |
download | linaro-gcc-83a83fac46bdc095e36431be67106869c332145d.tar.gz linaro-gcc-83a83fac46bdc095e36431be67106869c332145d.tar.bz2 linaro-gcc-83a83fac46bdc095e36431be67106869c332145d.zip |
* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
cross-compiling.
* configure: Regenerated.
* include/gc_config.h.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/gc_config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/boehm-gc/include/gc_config.h.in b/boehm-gc/include/gc_config.h.in index ef907ae127c..b754e33a6d1 100644 --- a/boehm-gc/include/gc_config.h.in +++ b/boehm-gc/include/gc_config.h.in @@ -117,9 +117,6 @@ /* Enable GC_PRINT_BACK_HEIGHT environment variable */ #undef MAKE_BACK_GRAPH -/* removes GC_dump */ -#undef NO_DEBUGGING - /* cause some or all of the heap to not have execute permission */ #undef NO_EXECUTE_PERMISSION @@ -129,9 +126,6 @@ /* does not disable signals */ #undef NO_SIGNALS -/* use empty GC_disable_signals and GC_enable_signals */ -#undef NO_SIGSET - /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |