# | |
# Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
host-cc-default := gcc | |
host-cpp-default := gcc | |
host-as-default := gcc | |
host-ld-default := gcc | |
host-oc-default := objcopy | |
host-od-default := objdump | |
host-ar-default := gcc-ar | |
host-dtc-default := dtc |