Commit acb966f2 by Tom Tromey Committed by Tom Tromey

Makefile.in: Rebuilt.

	* Makefile.in: Rebuilt.
	* Makefile.am (interpret.lo): New target.  Add -fwrap to
	AM_CXXFLAGS.

From-SVN: r121299
parent e0e4be2e
2007-01-29 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (interpret.lo): New target. Add -fwrap to
AM_CXXFLAGS.
2007-01-29 Keith Seitz <keiths@redhat.com>
* include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
......
......@@ -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
......
......@@ -9883,6 +9883,8 @@ uninstall-info: uninstall-info-recursive
uninstall-toolexecmainlibDATA
interpret.lo: AM_CXXFLAGS += -fwrapv
$(db_name): gcj-dbtool$(EXEEXT)
@rm -f $(db_name)
./gcj-dbtool -n $(db_name) || touch $(db_name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment