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

Subversion Repositories minsoc

[/] [minsoc/] [trunk/] [sw/] [support/] [Makefile.inc] - Rev 29

Go to most recent revision | Compare with Previous | Blame | View Log

# File to be included in all makefiles

OR32_TOOL_PREFIX=or32-elf

#GCC_LIB_OPTS= -lgcc -liberty

GCC_OPT=-mhard-mul -g

ifdef UART_PRINTF
GCC_OPT += -DUART_PRINTF
endif

FLASH_MEM_HEX_FILE_SUFFIX=-twobyte-sizefirst
SRAM_MEM_HEX_FILE_SUFFIX=-fourbyte


# Global clean rule
clean:
        @echo "Cleaning `pwd`"
        @rm -f *.o *.or32 *.log *.bin *.srec *.hex *.log stdout.txt *.vmem *.asm *.a stdout.txt

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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