blob: 9e661d7e6b888025549a91b6a04203102915f4c1 [file] [log] [blame]
Manish Pandey65fe3642025-03-21 12:44:42 +00001#
2# SPDX-License-Identifier: BSD-3-Clause
3# SPDX-FileCopyrightText: Copyright LibTL Contributors.
4#
5
6include_guard()
7
8include(${CMAKE_CURRENT_LIST_DIR}/../common.cmake)
9
10foreach(language IN ITEMS ASM C CXX)
11 string(APPEND CMAKE_${language}_FLAGS_INIT "-fno-omit-frame-pointer -pg ")
12endforeach()
13
14# 'march=" option is not applicable for fake_host
15function(detect_and_set_march)
16endfunction()