summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
Commit message (Expand)AuthorAge
* change back from from '-std=c99' to using '-std=gnu99' for the Intel C compilertradke2008-01-21
* use '-std=c99' instead of '-std=gnu99' to enable C99 supporttradke2008-01-21
* fixed Intel C/C++ compiler version check logictradke2008-01-21
* Don't optimise for a particular processor architecture by default.schnetter2008-01-19
* patch from Jian Tao: fixed auto-detection of gfortran compilertradke2007-11-09
* Fixed error in linux config file.jshalf2007-10-26
* One too many flags ended in the WARN flagsswhite2006-06-09
* PG compiler flags improvementsswhite2006-06-09
* Fix detection of compiler version for pgCC.tradke2006-05-04
* The lineschnetter2005-10-14
* Use '-Wall -w1 -Wcheck' for {C,CXX}_WARN_FLAGS for Intel 8.0 and newer.tradke2005-08-30
* Use 'head -n1' when querying the compiler version.tradke2005-08-30
* Don't use '-ip' in CXX_OPTIMISE_FLAGS when using Intel icpc 9.0.tradke2005-08-09
* Put shell variable expansion into quotes because it can expand to moreschnetter2005-07-20
* Detect the compiler versions for CC, CXX, F77, and F90, and put the informationtradke2005-06-16
* Don't add '-ip' to CXX_OPTIMISE_FLAGS when using Intel 8.1.tradke2005-05-03
* Autodetect pgf95 as Portland Fortran compiler.tradke2005-04-27
* Add pthread to the list of Intel Fortran 7.1 system libs.tradke2005-04-14
* Add '-Mx,125,0x200' to F77FLAGS and F90FLAGS when using Portland compilers.tradke2005-04-05
* Reordered fortran runtime libraries for Portland compilers.tradke2005-01-19
* Fixes for 'x86_64':tradke2004-11-26
* Turn on aggressive optimization for the PathScale compilers.tradke2004-11-18
* Added math vector library for PathScale compiler.tradke2004-11-16
* Added Linux architecture support for PathScale compilers.tradke2004-11-16
* Fixed C++/LD options for the Portland compiler suite.tradke2004-11-10
* Fixed typo for Portland C++ compiler flag settings: CXX_FLAGS -> CXXFLAGS.tradke2004-11-10
* Check for the basename of $LD when testing for specific linkers.tradke2004-11-04
* Intel Fortran compiler for EM64T architecture doesn't know about '-xN'tradke2004-10-26
* Don't explicitly link against Intel C++ libs when using Intel 8.x and higher.tradke2004-10-06
* Also check for x86_64 CPU type when setting Fortran compiler options.tradke2004-07-06
* Set {C|CXX}_WARN_FLAGS for Intel compilers so that only errors and warningstradke2004-06-28
* Don't depend anymore on IA32ROOT or IA64ROOT to be set.tradke2004-06-28
* Set LIBS and LIBDIRS to point to the gnu95 library if F90 wasn't configuredtradke2004-06-21
* For IA64: Reduced C/CXX/Fortran optimization level from '-O3' (which causedtradke2004-06-09
* Don't try to link against libgfortran when using GNU g95.tradke2004-05-26
* Some more optimization for Portland compilers.tradke2004-05-07
* Frank Loeffler's patch: explicitely set CACHELINE_SIZE on x86_64 to 64 bytes.tradke2004-05-07
* No need anymore to check for both OPTIMISE and OPTIMIZE. This is now alreadytradke2004-04-22
* Remove syntax error (forgotten ;;)schnetter2004-04-10
* When using Intel compilers:tradke2004-04-01
* Set default optimization flags for gfortran compiler to '-O3 -funroll-loops'.tradke2004-03-31
* Changed method of finding portland compiler libraries.goodale2004-03-30
* Fixed path to cpp.tradke2004-03-29
* Latest Absoft compilers don't give output from -V flag unlessgoodale2004-03-28
* Split into sections for IA32 and IA64 under intel compilersallen2004-03-23
* Making the default FPP and FPPFLAGS be /usr/bin/cpp -traditional.goodale2004-03-22
* Fixed order of intel libraries to link against.tradke2004-03-18
* Update to gcc flags - put higher optimisation, and use -pipe for speed.goodale2004-02-20
* For Intel compiler optimization: use '-xN' instead of '-xW' as the first optiontradke2004-02-18
* Add svml to the list of intel libraries.tradke2004-02-12