aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-01-29 18:31:45 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-01-29 18:31:45 +0000
commitacb966f2c31b8b8d95275be6cc674577bf288100 (patch)
tree613e64f362f5a5757beaf7f372a8268b2c312985 /libjava/Makefile.am
parente0e4be2e07fa9920fc656285274458bc83b820e3 (diff)
downloadgcc-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.am3
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