BSD: Only use BSD as variable for target BSD system

Instead of having multiple boolean variables, we only have one
string variable: BSD with the name of the target BSD system.

Relates: #23853
This commit is contained in:
Cristian Adam
2022-09-06 00:29:04 +02:00
parent 9b1b9b9aae
commit 288f72efea
12 changed files with 11 additions and 46 deletions

View File

@@ -1,5 +1,4 @@
set(NETBSD 1)
set(BSD 1)
set(BSD "NetBSD")
set(CMAKE_DL_LIBS "")
set(CMAKE_C_COMPILE_OPTIONS_PIC "-fPIC")
set(CMAKE_C_COMPILE_OPTIONS_PIE "-fPIE")