diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2010-08-12 22:27:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-13 16:17:57 (GMT) |
commit | 7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8 (patch) | |
tree | f727487a5f6be66fbc68173993569b89554557cd /Modules/Platform/BlueGeneP-static-GNU-C.cmake | |
parent | 1221581aa8de2b4bb06e09894940dba6ff90caa1 (diff) | |
download | CMake-7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8.zip CMake-7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8.tar.gz CMake-7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8.tar.bz2 |
Add platform files for BlueGene/P systems
BlueGeneP-base: Internal base shared by static and dynamic files
BlueGeneP-static: Platform file for all-static builds
BlueGeneP-dynamic: Platform file for "default" dynamic builds
Diffstat (limited to 'Modules/Platform/BlueGeneP-static-GNU-C.cmake')
-rw-r--r-- | Modules/Platform/BlueGeneP-static-GNU-C.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Modules/Platform/BlueGeneP-static-GNU-C.cmake b/Modules/Platform/BlueGeneP-static-GNU-C.cmake new file mode 100644 index 0000000..412a7a3 --- /dev/null +++ b/Modules/Platform/BlueGeneP-static-GNU-C.cmake @@ -0,0 +1,16 @@ + +#============================================================================= +# Copyright 2010 Kitware, Inc. +# Copyright 2010 Todd Gamblin <tgamblin@llnl.gov> +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +__BlueGeneP_set_static_flags(GNU C) |