Skip to content

Instantly share code, notes, and snippets.

@yashi
Created October 3, 2025 12:18
Show Gist options
  • Save yashi/f70db52556156b88569d68d6c72a1c52 to your computer and use it in GitHub Desktop.
Save yashi/f70db52556156b88569d68d6c72a1c52 to your computer and use it in GitHub Desktop.
❯ cat s390x-linux-gnu.cmake
set(CMAKE_C_COMPILER s390x-linux-gnu-gcc)
set(CMAKE_C_COMPILER_ID GNU)
set(CMAKE_CXX_COMPILER s390x-linux-gnu-g++)
set(CMAKE_CXX_COMPILER_ID GNU)
set(ENV{PKG_CONFIG_LIBDIR} /usr/lib/s390x-linux-gnu/pkgconfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment