From ad542d821db91c89129630ace9342776c098d2f3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 2 Aug 2011 17:26:29 -0400 Subject: [PATCH] XL: Fix old VisualAge branding of Fortran compiler Commit 6d434ee6 (Split XL compiler information files, 2009-09-30) added Platform/AIX-(XL|VisualAge)-(C|CXX|Fortran).cmake modules to support the old and new compiler branding for all languages. Add the "AIX-VisualAge-Fortran" combination that was left out accidentally. --- Modules/Platform/AIX-VisualAge-Fortran.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 Modules/Platform/AIX-VisualAge-Fortran.cmake diff --git a/Modules/Platform/AIX-VisualAge-Fortran.cmake b/Modules/Platform/AIX-VisualAge-Fortran.cmake new file mode 100644 index 000000000..19e59d666 --- /dev/null +++ b/Modules/Platform/AIX-VisualAge-Fortran.cmake @@ -0,0 +1 @@ +include(Platform/AIX-XL-Fortran)