Skip to content

Instantly share code, notes, and snippets.

@PhobosK
Created June 13, 2015 08:07
Show Gist options
  • Save PhobosK/1a5f2eef4cdc908e2e5c to your computer and use it in GitHub Desktop.
Save PhobosK/1a5f2eef4cdc908e2e5c to your computer and use it in GitHub Desktop.
The cmake gentoo toolchain file
SET (CMAKE_C_COMPILER x86_64-pc-linux-gnu-gcc)
SET (CMAKE_CXX_COMPILER x86_64-pc-linux-gnu-g++)
SET (CMAKE_Fortran_COMPILER x86_64-pc-linux-gnu-gfortran)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment