|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Nov 5 00:51:50 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/11 05:00:51 Modified: jop Makefile Log: removed handle flag in JOPSim (no non-handle version anymore) Revision Changes Path 1.63 jop/Makefile http://www.opencores.org/cvsweb.shtml/jop/Makefile.diff?r1=1.62&r2=1.63 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile =================================================================== RCS file: /cvsroot/martin/jop/Makefile,v retrieving revision 1.62 retrieving revision 1.63 diff -u -b -r1.62 -r1.63 --- Makefile 31 Oct 2006 14:20:32 -0000 1.62 +++ Makefile 4 Nov 2006 23:51:50 -0000 1.63 @@ -288,7 +288,7 @@ # without the tools # jsim: java_app - java -cp java/tools/dist/lib/jop-tools.jar -Dlog="false" -Dhandle="true" \ + java -cp java/tools/dist/lib/jop-tools.jar -Dlog="false" \ com.jopdesign.tools.JopSim java/target/dist/bin/$(JOPBIN) config_byteblast:
|