URL
https://opencores.org/ocsvn/test_project/test_project/trunk
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
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.