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