aboutsummaryrefslogtreecommitdiff
path: root/product/tc0/scp_romfw/Toolchain-GNU.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'product/tc0/scp_romfw/Toolchain-GNU.cmake')
-rw-r--r--product/tc0/scp_romfw/Toolchain-GNU.cmake18
1 files changed, 0 insertions, 18 deletions
diff --git a/product/tc0/scp_romfw/Toolchain-GNU.cmake b/product/tc0/scp_romfw/Toolchain-GNU.cmake
deleted file mode 100644
index a1fe8de32777..000000000000
--- a/product/tc0/scp_romfw/Toolchain-GNU.cmake
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Arm SCP/MCP Software
-# Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-include_guard()
-
-set(CMAKE_SYSTEM_PROCESSOR "cortex-m3")
-set(CMAKE_TOOLCHAIN_PREFIX "arm-none-eabi-")
-
-set(CMAKE_ASM_COMPILER_TARGET "arm-none-eabi")
-set(CMAKE_C_COMPILER_TARGET "arm-none-eabi")
-set(CMAKE_CXX_COMPILER_TARGET "arm-none-eabi")
-
-include(
- "${CMAKE_CURRENT_LIST_DIR}/../../../cmake/Toolchain/GNU-Baremetal.cmake")