OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /open8_urisc/trunk/Open8 Tools/open8_src/open8_as/opcode_table_generator
    from Rev 178 to Rev 290
    Reverse comparison

Rev 178 → Rev 290

/gen.exe Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
gen.exe Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: makefile =================================================================== --- makefile (revision 178) +++ makefile (revision 290) @@ -1,6 +1,6 @@ -CC=cc -LD=cc +CC=gcc +LD=gcc WLA_TARGET?=HUC6280 WLA_QUIET?=0 @@ -12,7 +12,7 @@ all: $(OFILES) makefile - $(LD) $(LDFLAGS) $(OFILES) -o gen ; strip gen + $(LD) $(LDFLAGS) $(OFILES) -o gen main.o: main.c makefile $(CC) $(CFLAGS) main.c

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.