blob: 3a2806e4d1c5075eda59531aeb740bf28e26e7a2 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Build qemu with bfd linker temporarily, http://crbug.com/1035694
cros_pre_src_configure_use_bfd() {
append-ldflags "-fuse-ld=bfd" || die
# Disable ICF because BFD does not support it, https://crbug.com/1022226
filter-ldflags "-Wl,--icf=all"
}