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:
Chris Kay 2024-02-20 13:13:23 +00:00
parent 64e3efe72b
commit 1c0d025249

View file

@ -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
#