diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2006-06-08 07:07:33 +0000 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2006-06-08 07:07:33 +0000 |
commit | c563ed37f1bfbe0119cf59b2a7010002757d8af9 (patch) | |
tree | 43f14a90ad6fdff02448c845dcb1bc33b8633c3e /PATCHES | |
parent | 6a4cb7cdd4f387bdcb19422bfc090f268c2ef83e (diff) | |
download | cpptasks-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-- | PATCHES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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.
|