summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
Commit message (Expand)AuthorAge
* add known support for linux-gnueabi (linux)knarf2013-10-11
* Currently, known_architectures/linux only looks at the first line of '$F77knarf2013-02-21
* Support IBM Blue Gene compilerseschnett2013-01-27
* Take $(CFLAGS) or $(CXXFLAGS) into account when determining dependencieseschnett2012-08-10
* Move MPI support from flesh to a thorneschnett2012-07-21
* Let Cactus find the correct Intel compiler lib directoryknarf2011-03-16
* only use $intel_dir/lib/icrt.link when it exists, which it does not for newer...knarf2010-09-08
* use --version instead of --dumpversion for gfortran because of changes in the...knarf2010-09-08
* fix from Maciej Brodowicz to properly detect the major/minor version of gfortrantradke2009-03-11
* changes '-std=gnu99' to '-std=c99 -U__STRICT_ANSI__' for the intel C compiler...knarf2009-02-17
* auto-detect IBM C/C++/Fortran compilers for Linux and set appropriate defaultstradke2009-02-13
* fix warning message when an unknown F90 compiler was detectedtradke2009-02-13
* fix gcc version extraction for Debian Lennyknarf2009-01-26
* add default OpenMP flags for Portland C/F77/F90 compilerstradke2009-01-26
* Add new configuration option OPENMP to enable/disable OpenMP support.tradke2008-12-08
* enable support for ISO C from 1999, with GNU extensions, when configuring withtradke2008-08-14
* Correct a bash warning about -ge being used as a unary operatorschnetter2008-06-10
* Replace "touch" with ": >", which uses the file server clock insteadschnetter2008-06-10
* don't try to detect the Fortran77 compiler type if F77 is set to 'none'tradke2008-02-18
* 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