aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2021-06-22 12:22:40 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-06-22 13:34:42 +0000
commit34c8bc9a52a8d20b7445a54b60804850f8f5afa8 (patch)
tree9ea46d1a2ee09865f74c78c4aadc162b69834781
parent46841ed56070fcc605bc9396d437142ecf45a938 (diff)
downloadethos-u-core-software-34c8bc9a52a8d20b7445a54b60804850f8f5afa8.tar.gz
Remove map file generation
Remove map file generation from the toolchain file. The name of the target is not known here, so it will not be possible to name the map file after the target. Change-Id: I087eb1983ecf8fb1d5a4575fcaf18ed73a2042cb
-rw-r--r--cmake/toolchain/arm-none-eabi-gcc.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/toolchain/arm-none-eabi-gcc.cmake b/cmake/toolchain/arm-none-eabi-gcc.cmake
index 7b7dac2..964b9e3 100644
--- a/cmake/toolchain/arm-none-eabi-gcc.cmake
+++ b/cmake/toolchain/arm-none-eabi-gcc.cmake
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -65,7 +65,6 @@ add_link_options(-mfloat-abi=${FLOAT})
# Link target
add_link_options(-mcpu=${__CPU_COMPILE_TARGET})
-add_link_options(-Xlinker -Map=output.map)
#
# Compile options