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 52 and 54

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

Rev 52 Rev 54
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
 
 
# 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
GCC_LIB_OPTS= -lgcc -liberty
#endif
 
 
 
GCC_OPT=-mhard-mul -mhard-div
GCC_OPT=-mhard-mul
 
 
ifdef UART_PRINTF
ifdef UART_PRINTF
GCC_OPT += -DUART_PRINTF
GCC_OPT += -DUART_PRINTF
endif
endif
 
 

powered by: WebSVN 2.1.0

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