commit | 523e86451e6d7206f9851c06f2c976354cac9cc4 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Mon Dec 04 12:03:51 2023 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Tue Feb 06 11:14:52 2024 +0000 |
tree | f0a0c1176d8aaa3911ab276e06b9c96980dc815e | |
parent | c8a47ba3c6776004543b963d8f47dbffd60bcd0e [diff] |
build: use new toolchain variables for tools This change migrates the values of `CC`, `CPP`, `AS` and other toolchain variables to the new `$(toolchain)-$(tool)` variables, which were introduced by the toolchain refactor patch. These variables should be equivalent to the values that they're replacing. Change-Id: I644fe4ce82ef1894bed129ddb4b6ab94fb04985d Signed-off-by: Chris Kay <chris.kay@arm.com>