aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2007-01-17 23:03:22 +0000
committerDavid Daney <daney@gcc.gnu.org>2007-01-17 23:03:22 +0000
commit6f9b4fd98d60ece010f1f1ee5a87f9163ffa7261 (patch)
treeae5fabef1d8d129d960a96a688664f2a999c485f /boehm-gc/include
parent7c836e336ed4af28dc283aef527d1c31feb44149 (diff)
downloadgcc-6f9b4fd98d60ece010f1f1ee5a87f9163ffa7261.zip
gcc-6f9b4fd98d60ece010f1f1ee5a87f9163ffa7261.tar.gz
gcc-6f9b4fd98d60ece010f1f1ee5a87f9163ffa7261.tar.bz2
configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling.
* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling. * configure: Regenerated. * include/gc_config.h.in: Regenerated. From-SVN: r120883
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/gc_config.h.in6
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 ef907ae..b754e33 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