mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-06-04 23:59:59 +00:00
commit
e167c1c9b9
1 changed files with 5 additions and 1 deletions
|
|
@ -8,10 +8,14 @@ platform ?= rtl
|
|||
|
||||
ifdef PULP_RUNTIME_GCC_TOOLCHAIN
|
||||
PULP_CC := $(PULP_RUNTIME_GCC_TOOLCHAIN)/bin/$(PULP_CC)
|
||||
PULP_LD := $(PULP_RUNTIME_GCC_TOOLCHAIN)/bin/$(PULP_LD)
|
||||
else
|
||||
ifdef PULP_RISCV_GCC_TOOLCHAIN
|
||||
PULP_CC := $(PULP_RISCV_GCC_TOOLCHAIN)/bin/$(PULP_CC)
|
||||
PULP_LD := $(PULP_RISCV_GCC_TOOLCHAIN)/bin/$(PULP_LD)
|
||||
else
|
||||
$(warning "Warning: Neither PULP_RUNTIME_GCC_TOOLCHAIN nor PULP_RISCV_GCC_TOOLCHAIN is set.\
|
||||
Using defaults.")
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
@ -230,4 +234,4 @@ size:
|
|||
help:
|
||||
@echo "Makefile options:"
|
||||
@echo " CONFIG_TRACE_LEVEL=<level> Activate traces for the specified level (0=none, 1=fatal, 2=error, 3=warning, 4=info, 5=debug, 6=trace)."
|
||||
@echo " CONFIG_TRACE_ALL=1 Activate all traces. Other traces can be individually activated with CONFIG_TRACE_<NAME>."
|
||||
@echo " CONFIG_TRACE_ALL=1 Activate all traces. Other traces can be individually activated with CONFIG_TRACE_<NAME>."
|
||||
|
|
|
|||
Loading…
Reference in a new issue