summaryrefslogtreecommitdiffstats
path: root/config/GCC.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-10-22 21:08:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-10-22 21:08:52 (GMT)
commit096279caf76a542306b840fb90e1e753e8bbf748 (patch)
treef486957d11a73caa677bd335258f1abb110c2927 /config/GCC.cmake
parent164bae2439d490f5cc93e1068692d42d56d36b76 (diff)
downloadhdf5-096279caf76a542306b840fb90e1e753e8bbf748.zip
hdf5-096279caf76a542306b840fb90e1e753e8bbf748.tar.gz
hdf5-096279caf76a542306b840fb90e1e753e8bbf748.tar.bz2
HDFFV-10608 Move toolchain files into a subfolder
Diffstat (limited to 'config/GCC.cmake')
-rw-r--r--config/GCC.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/GCC.cmake b/config/GCC.cmake
deleted file mode 100644
index ddb1641..0000000
--- a/config/GCC.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-# Uncomment the following to use cross-compiling
-#set(CMAKE_SYSTEM_NAME Linux)
-set(CMAKE_COMPILER_VENDOR "GCC")
-
-set(CMAKE_C_COMPILER cc)
-set(CMAKE_CXX_COMPILER c++)
-set(CMAKE_Fortran_COMPILER gfortran)
-
-# the following is used if cross-compiling
-set(CMAKE_CROSSCOMPILING_EMULATOR "")