summaryrefslogtreecommitdiff
path: root/core/host/toolchain.mk
blob: 168d0e24c2d116589fba6770846b774d00124e52 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

CROSS_COMPILE_HOST_DEFAULT:=x86_64-pc-linux-gnu-

$(call set-option,CROSS_COMPILE,\
	$(CROSS_COMPILE_host),\
	$(CROSS_COMPILE_HOST_DEFAULT))