OSDN Git Service

* Makefile.in: Rebuilt.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 18:31:45 +0000 (18:31 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 18:31:45 +0000 (18:31 +0000)
* Makefile.am (interpret.lo): New target.  Add -fwrap to
AM_CXXFLAGS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121299 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index 6f03ecb..769529f 100644 (file)
@@ -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):
index 90e6afb..6045595 100644 (file)
@@ -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
index 5513822..cdd88f3 100644 (file)
@@ -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)