diff options
author | David Daney <ddaney@avtrex.com> | 2007-01-17 23:03:22 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2007-01-17 23:03:22 +0000 |
commit | 6f9b4fd98d60ece010f1f1ee5a87f9163ffa7261 (patch) | |
tree | ae5fabef1d8d129d960a96a688664f2a999c485f /boehm-gc/configure.ac | |
parent | 7c836e336ed4af28dc283aef527d1c31feb44149 (diff) | |
download | gcc-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/configure.ac')
-rw-r--r-- | boehm-gc/configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 2beaa1c..afc014d 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -488,14 +488,6 @@ AC_DEFINE(JAVA_FINALIZATION,1,[make it somewhat safer to finalize objects out of AC_DEFINE(GC_GCJ_SUPPORT,1,[include support for gcj]) AC_DEFINE(ATOMIC_UNCOLLECTABLE,1,[include code for GC_malloc_atomic_uncollectable]) -dnl This is something of a hack. When cross-compiling we turn off -dnl some functionality. These is only correct when targetting an -dnl embedded system. FIXME. -if test -n "${with_cross_host}"; then - AC_DEFINE(NO_SIGSET,1,[use empty GC_disable_signals and GC_enable_signals]) - AC_DEFINE(NO_DEBUGGING,1,[removes GC_dump]) -fi - AC_ARG_ENABLE(gc-debug, [ --enable-gc-debug include full support for pointer backtracing etc.], [ if test "$enable_gc_debug" = "yes"; then |