summaryrefslogtreecommitdiff
path: root/PATCHES
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2006-06-08 07:07:33 +0000
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2006-06-08 07:07:33 +0000
commitc563ed37f1bfbe0119cf59b2a7010002757d8af9 (patch)
tree43f14a90ad6fdff02448c845dcb1bc33b8633c3e /PATCHES
parent6a4cb7cdd4f387bdcb19422bfc090f268c2ef83e (diff)
downloadcpptasks-parallel-c563ed37f1bfbe0119cf59b2a7010002757d8af9.tar.gz
cpptasks-parallel-c563ed37f1bfbe0119cf59b2a7010002757d8af9.tar.bz2
cpptasks-parallel-c563ed37f1bfbe0119cf59b2a7010002757d8af9.tar.xz
cpptasks-parallel-c563ed37f1bfbe0119cf59b2a7010002757d8af9.zip
Added gfortran as compiler
Diffstat (limited to 'PATCHES')
-rw-r--r--PATCHES5
1 files changed, 4 insertions, 1 deletions
diff --git a/PATCHES b/PATCHES
index 52ed529..744ccfc 100644
--- a/PATCHES
+++ b/PATCHES
@@ -1,5 +1,8 @@
*** Changes marked with FREEHEP.
-cpptasks-20051015-patched-1.0-SNAPSHOT
+cpptasks-20051015-patched-1.1-SNAPSHOT
+- [gcc.GccCCompiler] added gfortran compiler
+- [CompilerEnum] added gfortran compiler
+cpptasks-20051015-patched-1.0
- [DevStudioCompatibleCCompiler] changed /GX into /EHsc (for VC8, and backward compatible with VC7 and VC6).
- [CommandLineLinker] use absolute paths for filenames if they are shorter than relative paths to overcome windows file length limit.
- [gcc.AbstractLdLinker] no -Bstatic for Darwin.