summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-07-12 20:00:31 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-07-12 20:00:31 (GMT)
commitb1f6e688ebb2afae7c9d3a2d8403f143a2b30597 (patch)
tree6549ddfeb534d6b3cb94dfa7b485b55d296a02a9 /Modules
parent7a3a5eb4588d05fb3aff97123f8f66da1a99ea33 (diff)
parent7755283e89b34040c19349dfd1e7b7edaf7dd4c9 (diff)
downloadCMake-b1f6e688ebb2afae7c9d3a2d8403f143a2b30597.zip
CMake-b1f6e688ebb2afae7c9d3a2d8403f143a2b30597.tar.gz
CMake-b1f6e688ebb2afae7c9d3a2d8403f143a2b30597.tar.bz2
Merge topic 'aix-gnu-asm'
7755283 Add ASM platform information for GNU compiler on AIX (#13390)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/AIX-GNU-ASM.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/AIX-GNU-ASM.cmake b/Modules/Platform/AIX-GNU-ASM.cmake
new file mode 100644
index 0000000..c256df6
--- /dev/null
+++ b/Modules/Platform/AIX-GNU-ASM.cmake
@@ -0,0 +1,2 @@
+include(Platform/AIX-GNU)
+__aix_compiler_gnu(ASM)