Linker configuration: Add missing platform Haiku
Add Haiku information modules missed by commit c1c4cf9545
(Linker
configuration: introduce a new architecture, 2024-06-05,
v3.31.0-rc1~307^2~1).
This commit is contained in:
parent
3d8b8dbe56
commit
379785e869
5
Modules/Platform/Linker/Haiku-ASM.cmake
Normal file
5
Modules/Platform/Linker/Haiku-ASM.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
# GNU is the default linker
|
||||
include(Platform/Linker/Haiku-GNU-ASM)
|
5
Modules/Platform/Linker/Haiku-C.cmake
Normal file
5
Modules/Platform/Linker/Haiku-C.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
# GNU is the default linker
|
||||
include(Platform/Linker/Haiku-GNU-C)
|
5
Modules/Platform/Linker/Haiku-CXX.cmake
Normal file
5
Modules/Platform/Linker/Haiku-CXX.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
# GNU is the default linker
|
||||
include(Platform/Linker/Haiku-GNU-CXX)
|
4
Modules/Platform/Linker/Haiku-GNU-ASM.cmake
Normal file
4
Modules/Platform/Linker/Haiku-GNU-ASM.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
include(Platform/Linker/Linux-GNU-ASM)
|
4
Modules/Platform/Linker/Haiku-GNU-C.cmake
Normal file
4
Modules/Platform/Linker/Haiku-GNU-C.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
include(Platform/Linker/Linux-GNU-C)
|
4
Modules/Platform/Linker/Haiku-GNU-CXX.cmake
Normal file
4
Modules/Platform/Linker/Haiku-GNU-CXX.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
include(Platform/Linker/Linux-GNU-CXX)
|
4
Modules/Platform/Linker/Haiku-LLD-ASM.cmake
Normal file
4
Modules/Platform/Linker/Haiku-LLD-ASM.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
include(Platform/Linker/Linux-LLD-ASM)
|
4
Modules/Platform/Linker/Haiku-LLD-C.cmake
Normal file
4
Modules/Platform/Linker/Haiku-LLD-C.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
include(Platform/Linker/Linux-LLD-C)
|
4
Modules/Platform/Linker/Haiku-LLD-CXX.cmake
Normal file
4
Modules/Platform/Linker/Haiku-LLD-CXX.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
include(Platform/Linker/Linux-LLD-CXX)
|
Loading…
Reference in New Issue
Block a user