From 34c8bc9a52a8d20b7445a54b60804850f8f5afa8 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Tue, 22 Jun 2021 12:22:40 +0200 Subject: 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 --- cmake/toolchain/arm-none-eabi-gcc.cmake | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1