mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
build: correct minor toolchain documentation error
Default values for toolchain tools are instead provided by the main toolchain makefile, rather than a parent makefile. This was an oversight from a previous version of the original toolchain refactor patch. Change-Id: I75752ed7874b36e1c679d94292a2664e234c484b Signed-off-by: Chris Kay <chris.kay@arm.com>
This commit is contained in:
parent
64e3efe72b
commit
1c0d025249
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ $(foreach tool-class,$(tool-classes), \
|
|||
#
|
||||
# Toolchains can specify a default path to any given tool with a tool class.
|
||||
# These values are used in the absence of user-specified values, and are
|
||||
# configured by the parent Makefile using variables of the form:
|
||||
# configured by the makefile for each toolchain using variables of the form:
|
||||
#
|
||||
# - $(toolchain)-$(tool-class)-default
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue