1# 2# Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6 7host-cc-default := gcc 8host-cpp-default := gcc 9host-as-default := gcc 10host-ld-default := gcc 11host-oc-default := objcopy 12host-od-default := objdump 13host-ar-default := gcc-ar 14host-dtc-default := dtc 15