depends: Rename cmake_system -> cmake_system_name

This commit is contained in:
Hennadii Stepanov 2024-05-15 08:19:02 +01:00
parent 4a5208a81d
commit 9b31209b4c
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
7 changed files with 7 additions and 7 deletions

View file

@ -191,7 +191,7 @@ ifeq ($($(1)_type),build)
$(1)_cmake += -DCMAKE_INSTALL_RPATH:PATH="$$($($(1)_type)_prefix)/lib" $(1)_cmake += -DCMAKE_INSTALL_RPATH:PATH="$$($($(1)_type)_prefix)/lib"
else else
ifneq ($(host),$(build)) ifneq ($(host),$(build))
$(1)_cmake += -DCMAKE_SYSTEM_NAME=$($(host_os)_cmake_system) $(1)_cmake += -DCMAKE_SYSTEM_NAME=$($(host_os)_cmake_system_name)
$(1)_cmake += -DCMAKE_C_COMPILER_TARGET=$(host) $(1)_cmake += -DCMAKE_C_COMPILER_TARGET=$(host)
$(1)_cmake += -DCMAKE_CXX_COMPILER_TARGET=$(host) $(1)_cmake += -DCMAKE_CXX_COMPILER_TARGET=$(host)
endif endif

View file

@ -75,4 +75,4 @@ darwin_release_CXXFLAGS=$(darwin_release_CFLAGS)
darwin_debug_CFLAGS=-O1 -g darwin_debug_CFLAGS=-O1 -g
darwin_debug_CXXFLAGS=$(darwin_debug_CFLAGS) darwin_debug_CXXFLAGS=$(darwin_debug_CFLAGS)
darwin_cmake_system=Darwin darwin_cmake_system_name=Darwin

View file

@ -28,4 +28,4 @@ x86_64_freebsd_CC=$(default_host_CC) -m64
x86_64_freebsd_CXX=$(default_host_CXX) -m64 x86_64_freebsd_CXX=$(default_host_CXX) -m64
endif endif
freebsd_cmake_system=FreeBSD freebsd_cmake_system_name=FreeBSD

View file

@ -39,4 +39,4 @@ i686_linux_CXX=$(default_host_CXX) -m32
x86_64_linux_CC=$(default_host_CC) -m64 x86_64_linux_CC=$(default_host_CC) -m64
x86_64_linux_CXX=$(default_host_CXX) -m64 x86_64_linux_CXX=$(default_host_CXX) -m64
endif endif
linux_cmake_system=Linux linux_cmake_system_name=Linux

View file

@ -19,4 +19,4 @@ mingw32_debug_CXXFLAGS=$(mingw32_debug_CFLAGS)
mingw32_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC mingw32_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
mingw32_cmake_system=Windows mingw32_cmake_system_name=Windows

View file

@ -36,4 +36,4 @@ x86_64_netbsd_CC=$(default_host_CC) -m64
x86_64_netbsd_CXX=$(default_host_CXX) -m64 x86_64_netbsd_CXX=$(default_host_CXX) -m64
endif endif
netbsd_cmake_system=NetBSD netbsd_cmake_system_name=NetBSD

View file

@ -28,4 +28,4 @@ x86_64_openbsd_CC=$(default_host_CC) -m64
x86_64_openbsd_CXX=$(default_host_CXX) -m64 x86_64_openbsd_CXX=$(default_host_CXX) -m64
endif endif
openbsd_cmake_system=OpenBSD openbsd_cmake_system_name=OpenBSD