Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (interpret.lo): New target. Add -fwrap to AM_CXXFLAGS. From-SVN: r121299
This commit is contained in:
parent
e0e4be2e07
commit
acb966f2c3
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue