Browse Source
Remove the toolchain_ld_<base|baremetal|cpp> macro as all the macro handling is now done through the use of linker properties. Keep support for calling the old macros for out of tree toolchains which have not been updated to the new property approach. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>pull/78022/head
12 changed files with 3 additions and 64 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# See root CMakeLists.txt for description and expectations of these macros |
||||
|
||||
macro(toolchain_ld_baremetal) |
||||
endmacro() |
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# See root CMakeLists.txt for description and expectations of these macros |
||||
|
||||
macro(toolchain_ld_base) |
||||
endmacro() |
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# See root CMakeLists.txt for description and expectations of these macros |
||||
|
||||
macro(toolchain_ld_cpp) |
||||
endmacro() |
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# See root CMakeLists.txt for description and expectations of these macros |
||||
|
||||
macro(toolchain_ld_baremetal) |
||||
endmacro() |
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# See root CMakeLists.txt for description and expectations of these macros |
||||
|
||||
macro(toolchain_ld_base) |
||||
endmacro() |
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# See root CMakeLists.txt for description and expectations of these macros |
||||
|
||||
macro(toolchain_ld_cpp) |
||||
endmacro() |
Loading…
Reference in new issue