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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [support/] [Makefile] - Diff between revs 25 and 33

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 33
Line 5... Line 5...
libsupport.a: support.o int.o except.o
libsupport.a: support.o int.o except.o
        $(OR32_TOOL_PREFIX)-ar cru libsupport.a support.o except.o int.o
        $(OR32_TOOL_PREFIX)-ar cru libsupport.a support.o except.o int.o
        $(OR32_TOOL_PREFIX)-ranlib libsupport.a
        $(OR32_TOOL_PREFIX)-ranlib libsupport.a
 
 
support.o: support.c
support.o: support.c
        $(OR32_TOOL_PREFIX)-gcc -O2 -c -o $@ $?
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
 
 
reset-nocache.o: reset.S
reset-nocache.o: reset.S
        $(OR32_TOOL_PREFIX)-gcc -O2 -c -DIC=0 -DDC=0 -o $@ $?
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=0 -DDC=0 -o $@ $?
 
 
reset-dc.o: reset.S
reset-dc.o: reset.S
        $(OR32_TOOL_PREFIX)-gcc -O2 -c -DIC=0 -DDC=1 -o $@ $?
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=0 -DDC=1 -o $@ $?
 
 
reset-ic.o: reset.S
reset-ic.o: reset.S
        $(OR32_TOOL_PREFIX)-gcc -O2 -c -DIC=1 -DDC=0 -o $@ $?
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=1 -DDC=0 -o $@ $?
 
 
reset-icdc.o: reset.S
reset-icdc.o: reset.S
        $(OR32_TOOL_PREFIX)-gcc -O2 -c -DIC=1 -DDC=1 -o $@ $?
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=1 -DDC=1 -o $@ $?
 
 
except.o: except.S
except.o: except.S
        $(OR32_TOOL_PREFIX)-gcc -O2 -c -o $@ $?
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
 
 
int.o: int.c
int.o: int.c
        $(OR32_TOOL_PREFIX)-gcc -O2 -c -o $@ $?
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
 
 
clean:
clean:
        rm -rf *.o *.a
        rm -rf *.o *.a

powered by: WebSVN 2.1.0

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