diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-30 09:54:21 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-30 09:54:21 +0000 |
commit | 1a5c0c2c669c244f17e5b3b1d78868fd5f61373b (patch) | |
tree | 1133075a0be1809dffe0389c81a85b2c4cab1143 /boehm-gc/configure | |
parent | fe8a8fe78768da181f9e3bd48b756f60132502bb (diff) | |
download | ppe42-gcc-1a5c0c2c669c244f17e5b3b1d78868fd5f61373b.tar.gz ppe42-gcc-1a5c0c2c669c244f17e5b3b1d78868fd5f61373b.zip |
2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
* configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
cross-compile configuration only.
* Makefile.am: Build gcj_mlc.c.
* configure, Makefile.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36678 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index 841bd06d825..edf9a4b043c 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -2770,11 +2770,11 @@ cat >> confdefs.h <<\EOF EOF cat >> confdefs.h <<\EOF -#define NO_DEBUGGING 1 +#define JAVA_FINALIZATION 1 EOF cat >> confdefs.h <<\EOF -#define JAVA_FINALIZATION 1 +#define GC_GCJ_SUPPORT 1 EOF @@ -2791,6 +2791,10 @@ EOF #define SMALL_CONFIG 1 EOF + cat >> confdefs.h <<\EOF +#define NO_DEBUGGING 1 +EOF + fi |