blob: 3648ecf8f4566f225597798f355382608700ed9b [file] [log] [blame]
# Copyright (c) 2019 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
macro(toolchain_cc_no_freestanding_options)
zephyr_cc_option(-fno-freestanding)
endmacro()