URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 393 |
Rev 397 |
|
|
common_testfloat_sources = fail.c \
|
common_testfloat_sources = fail.c \
|
random.c \
|
random.c \
|
writeHex.c \
|
writeHex.c \
|
softfloat.c \
|
softfloat.c \
|
testCases.c \
|
testCases.c \
|
testLoops.c
|
testLoops.c
|
|
|
testsoftfloat_SOURCES = slowfloat.c \
|
testsoftfloat_SOURCES = slowfloat.c \
|
testsoftfloat.c
|
testsoftfloat.c
|
|
|
testfloat_SOURCES = systmodes.c \
|
testfloat_SOURCES = systmodes.c \
|
systflags.c \
|
systflags.c \
|
systfloat.S \
|
systfloat.S \
|
testFunction.c \
|
testFunction.c \
|
testfloat.c
|
testfloat.c
|
|
|
ELF_DEPENDS= $(common_testfloat_sources) $(testfloat_SOURCES)
|
ELF_DEPENDS= $(common_testfloat_sources) $(testfloat_SOURCES)
|
|
|
include ../Makefile.inc
|
SW_ROOT=../..
|
|
|
|
include $(SW_ROOT)/Makefile.inc
|
|
|
|
|
#testfloat.elf:
|
#testfloat.elf:
|
# $(Q)$(OR32_CC) $^ -o $@
|
# $(Q)$(OR32_CC) $^ -o $@
|
|
|
|
|
%.dis: %.elf
|
%.dis: %.elf
|
$(Q)$(OR32_OBJDUMP) -d $< > $@
|
$(Q)$(OR32_OBJDUMP) -d $< > $@
|
|
|
%.bin: %.elf
|
%.bin: %.elf
|
$(Q)$(OR32_OBJCOPY) -O binary $< $@
|
$(Q)$(OR32_OBJCOPY) -O binary $< $@
|
|
|
clean:
|
clean:
|
$(Q)rm -f *.bin *.vmem *.flashin *.dis
|
$(Q)rm -f *.bin *.vmem *.flashin *.dis
|
|
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.