summaryrefslogtreecommitdiff
path: root/mk/compiler
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-23add {CC,CXX,FC,F77}PATH variables which give the complete path anddmcmahill5-5/+17
2004-11-22Now that no package uses USE_GCC_SHLIB any longer, remove supportwiz1-7/+7
2004-11-20quieten spurious broken pipe output from cc.grant1-4/+4
2004-11-20add framework support for Tru64 and the Compaq C compiler.grant1-0/+73
2004-11-17For some reason EVAL_PREFIX is not properly using the _DEFAULT values, sotv2-2/+4
2004-11-17Don't check _*PREFIX/bin for the requested compiler hook program. Iftv2-27/+17
2004-11-10Update _GCC_DIST_VERSION to 3.4.3shannonjr1-2/+2
2004-10-09devel/patch is needed by some platforms in order to build ccache, so don'ttv1-2/+2
2004-10-06call the C compiler as 'xlc' so libtool mostly DTRT.grant1-5/+5
2004-10-06add initial support for IBM's XL C/C++ compiler. tested with versiongrant1-0/+62
2004-09-23Teach gcc.mk about gcc34 so that setting GCC_REQD=3.4 in /etc/mk.conf willjlam1-5/+35
2004-09-23Support the ABI flags on MIPS platforms.jlam1-10/+12
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam2-2/+13
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam3-10/+20
2004-07-06Retire buildlink2, now that all packages using it have been converted towiz1-6/+2
2004-07-03gcc 3.3.4 is in pkgsrc now.grant1-2/+2
2004-06-10We really need to pass the ABI flags to both CFLAGS and LDFLAGS, sincejschauma1-1/+7
2004-05-17Check that MABIFLAG is defined before checking that it's non-empty. Thisjlam1-3/+3
2004-05-17Allow use of 32bit gcc compiled from pkgsrc on 64bit Irix for a defaultjschauma1-4/+10
2004-05-12If ABI is set, LDFLAGS also needs the proper flag.jschauma1-1/+2
2004-05-06Finally set _COMPILER_LD_FLAG.jschauma1-1/+4
2004-05-05gcc can use -mabi=${ABI}, if ABI is set (for example on Irix).jschauma1-1/+8
2004-05-04/usr/bin/cpp on darwin is a wrapper script that forces thedanw1-3/+3
2004-03-30GCC has this annoying behaviour where it advocates in a multi-linejlam1-1/+11
2004-03-17Also accept DISTCC_VERBOSE in /etc/mk.conf to allow for easier debugging.jlam1-1/+4
2004-03-17Allow DISTCC_HOSTS and DISTCC_SSH to be set in /etc/mk.conf to modify thejlam1-1/+8
2004-03-13Don't save the value of _NEED_NEWER_GCC as it gets a bad value on 1.5.3.jlam1-2/+2