diff options
author | Tom Tromey <tromey@redhat.com> | 2007-01-29 18:31:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-01-29 18:31:45 +0000 |
commit | acb966f2c31b8b8d95275be6cc674577bf288100 (patch) | |
tree | 613e64f362f5a5757beaf7f372a8268b2c312985 /libjava/Makefile.am | |
parent | e0e4be2e07fa9920fc656285274458bc83b820e3 (diff) | |
download | gcc-acb966f2c31b8b8d95275be6cc674577bf288100.zip gcc-acb966f2c31b8b8d95275be6cc674577bf288100.tar.gz gcc-acb966f2c31b8b8d95275be6cc674577bf288100.tar.bz2 |
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (interpret.lo): New target. Add -fwrap to
AM_CXXFLAGS.
From-SVN: r121299
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r-- | libjava/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 90e6afb..6045595 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -189,6 +189,9 @@ libgcj_la_SOURCES = prims.cc jni.cc jvmti.cc exception.cc stacktrace.cc \ link.cc defineclass.cc interpret.cc verify.cc \ $(nat_source_files) +## We need to compile at least the interpreter this way. +interpret.lo: AM_CXXFLAGS += -fwrapv + if USING_BOEHMGC libgcj_la_SOURCES += boehm.cc endif |