LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Sat Sep 16 23:30:18 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/09 16:23:30

    Modified: jop Makefile
    Log:
    compiler switches for JDK 1.5


    Revision Changes Path
    1.56 jop/Makefile

    http://www.opencores.org/cvsweb.shtml/jop/Makefile.diff?r1=1.55&r2=1.56

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: Makefile
    ===================================================================
    RCS file: /cvsroot/martin/jop/Makefile,v
    retrieving revision 1.55
    retrieving revision 1.56
    diff -u -b -r1.55 -r1.56
    --- Makefile 11 Aug 2006 16:08:11 -0000 1.55
    +++ Makefile 16 Sep 2006 21:30:18 -0000 1.56
    @@ -89,7 +89,7 @@
    TARGET=java/target
    TOOLS_CP=$(EXT_CP)\;$(TOOLS)/dist/lib/jop-tools.jar
    TARGET_SOURCE=$(TARGET)/src/common\;$(TARGET)/src/jdk\;$(TARGET)/src/rtapi\;$(TARGET_APP_SOURCE_PATH)
    -TARGET_JFLAGS=-d $(TARGET)/dist/classes -sourcepath $(TARGET_SOURCE)
    +TARGET_JFLAGS=-d $(TARGET)/dist/classes -sourcepath $(TARGET_SOURCE) -bootclasspath "" -extdirs "" -classpath "" -source 1.4


    #



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.