summaryrefslogtreecommitdiff
path: root/mk/compiler
AgeCommit message (Expand)AuthorFilesLines
2007-03-15_COMPILER_LD_FLAG is only used in this file, and no other compiler filerillig1-5/+2
2007-03-09Removed unused variables. Note that _ALIASES.* could only be removedrillig1-10/+2
2007-03-09Removed the creation of the extra wrapper directory WRKDIR/.sunpro andrillig1-45/+3
2007-03-09Rewrote the file so that it is easier to see what needs to be done whenrillig1-26/+31
2007-03-07Make the #error directive an error with MIPSpro.rillig1-1/+6
2007-02-10Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON.rillig1-2/+2
2007-01-16when using sunpro, go ahead and use the sun fortran compiler insted of f2c. ...dmcmahill1-9/+23
2007-01-16alias f2c-f77 as g77 as well as f77 and f2c-f77. libtool cares.dmcmahill1-2/+2
2007-01-08gcc2 does not support -std=c99. If c99 is needed, requiregavan1-1/+6
2006-12-15Remove trailing spaces.martti11-26/+26
2006-12-06Don't force strict C99 mode by default, but the relaxed GNU-C99 mode.joerg1-2/+2
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma2-2/+10
2006-10-22Added header comments.rillig7-7/+53
2006-10-14Added the user-settable variable CCACHE_DIR, so that the cache can berillig1-2/+13
2006-08-06CPP on IRIX 5 with IDO cc is /usr/lib/cppschwarz1-2/+9
2006-07-25Whenever f2c is mentioned in USE_LANGUAGES, a C compiler is also needed,rillig1-1/+3
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam3-9/+9
2006-07-06On Solaris set _COMPILER_ABI_FLAG.64 to be consistent with the sunpromarkd1-1/+5
2006-07-06Set _COMPILER_ABI_FLAG.64 correctly for non sparc (ie amd64).markd1-1/+5
2006-04-05Change _GCC_DIST_VERSION from 3.4.5 to 3.4.6 to reflect update toshannonjr1-2/+2
2006-02-10Bump '_GCC_DIST_VERSION' to '3.4.5' to match lang/gcc34shannonjr1-2/+2
2005-10-30added missing header lines.schwarz1-0/+2
2005-10-16added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3.schwarz1-0/+76
2005-07-21some packages expect "-Wl," immediately before flags to be passed togrant1-4/+6
2005-05-31Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent updateshannonjr1-2/+2
2005-05-17The sunpro wrapper now creates aliases for gcc and g++, too. This is neededrillig1-3/+3
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv2-18/+6
2005-02-16override the GNU configure test for __attribute__. the test commonlygrant1-1/+10
2005-02-15add support for icc, the Intel C++ Compiler (Linux).grant1-0/+81
2005-01-24Merge down deferred EVAL_PREFIX handling from tv-derecurse branch.tv3-6/+3
2005-01-21Re-add direct symlink logic, optional under GCC_USE_SYMLINKS=yes. Savestv1-2/+8
2005-01-12add my copyright/license.grant1-1/+36
2005-01-12Correct my name to what I legally use.jlam3-6/+6
2005-01-12Use ${AWK} instead of a bare "awk".jlam1-3/+3
2005-01-12Rearrange how LANGUAGES.<compiler> is set so that we can more flexiblyjlam4-43/+59
2005-01-12Put a TNF copyright on files that I authored.jlam4-4/+144
2005-01-12Whitespace.jlam2-30/+30
2005-01-12Even more whitespace.jlam1-13/+13
2005-01-12Whitespace.jlam1-3/+3
2005-01-12Prepend the CCC compiler dir to the PATH so that they're found by thejlam1-1/+6
2005-01-12Backout part of previous commit that was unrelated.jlam2-39/+29
2005-01-12Remove explicit overrides for CC and CXX that prevented using thejlam4-43/+41
2005-01-12Remove explicit overrides for CC and CXX that prevented using thejlam2-14/+2
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam6-5/+155
2005-01-10_ALIASES.<wrappee> should be cumulative.jlam2-6/+6
2005-01-10Whitespace nits.jlam2-10/+10
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam7-94/+168
2004-11-27CFLAGS+=-ma because most packages expect alloca to be available andgrant1-1/+5
2004-11-23Use CCPATH instead of referring to the C compiler by its full path injlam5-20/+20
2004-11-23Whitespace changes.jlam2-18/+18