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

Subversion Repositories test_project

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

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

Rev 25 Rev 33
Line 53... Line 53...
        $(OR32_TOOL_PREFIX)-gcc -nostdlib -T ../support/orp.ld $? -o $@.or32
        $(OR32_TOOL_PREFIX)-gcc -nostdlib -T ../support/orp.ld $? -o $@.or32
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
        ../utils/bin2hex $@.bin > $@.hex
        ../utils/bin2hex $@.bin > $@.hex
 
 
mul-O0.o: mul.c
mul-O0.o: mul.c
        $(OR32_TOOL_PREFIX)-gcc -mhard-mul -I../support -O0 $? -c -o $@
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -I../support -O0 $? -c -o $@
 
 
mul-O2.o: mul.c
mul-O2.o: mul.c
        $(OR32_TOOL_PREFIX)-gcc -I../support -O2 $? -c -o $@
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -I../support -O2 $? -c -o $@
 
 
clean:
clean:
        rm -f *.o *.or32 *.log *.bin *.hex *.log stdout.txt
        rm -f *.o *.or32 *.log *.bin *.hex *.log stdout.txt

powered by: WebSVN 2.1.0

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