Chris Kay | c8a47ba | 2023-10-20 09:17:33 +0000 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | host-cc-default := gcc | ||||
8 | host-cpp-default := gcc | ||||
9 | host-as-default := gcc | ||||
10 | host-ld-default := gcc | ||||
11 | host-oc-default := objcopy | ||||
12 | host-od-default := objdump | ||||
13 | host-ar-default := gcc-ar | ||||
14 | host-dtc-default := dtc |