Browse Source

Merge topic 'linker-configuration-haiku' into release-3.31

379785e869 Linker configuration: Add missing platform Haiku

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10318
Brad King 8 months ago
parent
commit
8332aa3dcb

+ 5 - 0
Modules/Platform/Linker/Haiku-ASM.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-C.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-CXX.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-GNU-ASM.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-GNU-C.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-GNU-CXX.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-LLD-ASM.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-LLD-C.cmake

@@ -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 - 0
Modules/Platform/Linker/Haiku-LLD-CXX.cmake

@@ -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)