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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [support/] [Makefile.inc] - Diff between revs 45 and 52

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

Rev 45 Rev 52
Line 1... Line 1...
# File to be included in all makefiles
# File to be included in all makefiles
 
 
OR32_TOOL_PREFIX=or32-elf
OR32_TOOL_PREFIX=or32-elf
 
 
GCC_OPT="-mhard-mul"
# If we're using UART for printf output, we need some of the
 
# uClibc functions (string.h mainly), otherwise don't use any
 
# fancy libraries
 
#ifndef UART_PRINTF
 
GCC_LIB_OPTS= -lgcc -liberty
 
#endif
 
 
 
GCC_OPT=-mhard-mul -mhard-div
 
 
 
ifdef UART_PRINTF
 
GCC_OPT += -DUART_PRINTF
 
endif
 
 
FLASH_MEM_HEX_FILE_SUFFIX=-twobyte-sizefirst
FLASH_MEM_HEX_FILE_SUFFIX=-twobyte-sizefirst
SRAM_MEM_HEX_FILE_SUFFIX=-fourbyte
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

powered by: WebSVN 2.1.0

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