summaryrefslogtreecommitdiff
path: root/mk/compiler/gcc.mk
AgeCommit message (Expand)AuthorFilesLines
2010-04-24Remove tail of -* from _GCC_VERSION for _GCC_PKG.obache1-2/+2
2010-03-15Changes 4.4.3:adam1-2/+2
2009-09-18Fix a typo, no idea why this didn't show up when I tested this before.dmcmahill1-2/+2
2009-09-18Teach this file about the lang/gcc44 packagedmcmahill1-7/+44
2009-09-12Add 32 bit and 64 ABI options for GCC under Mac OS X.tron1-1/+6
2009-07-28Did you know that the := operator behaves funnily? Example:rillig1-2/+6
2009-07-08Allow other fortran compilers than f2c to be used when gcc doesn't supplymarkd1-8/+10
2009-05-30Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for thejoerg1-5/+2
2009-03-17Documented the public variables of this file.rillig1-1/+27
2008-11-16Don't try to build gcc2 on AMD64, as it's not supported by that compiler.ahoka1-3/+3
2008-09-16Added the list of variables, so that "bmake show-all-gcc" shows all therillig1-1/+29
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-7/+7
2007-08-11When calling gcc to extract the version number, pass downjoerg1-2/+2
2007-08-02Add core of the infrastructure support for cross-compilation.joerg1-14/+17
2007-02-10Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON.rillig1-2/+2
2007-01-08gcc2 does not support -std=c99. If c99 is needed, requiregavan1-1/+6
2006-12-15Remove trailing spaces.martti1-3/+3
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,jschauma1-1/+5
2006-10-22Added header comments.rillig1-1/+4
2006-07-06On Solaris set _COMPILER_ABI_FLAG.64 to be consistent with the sunpromarkd1-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-05-31Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent updateshannonjr1-2/+2
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv1-12/+4
2005-01-21Re-add direct symlink logic, optional under GCC_USE_SYMLINKS=yes. Savestv1-2/+8
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-1/+18
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-21/+28
2004-11-23Use CCPATH instead of referring to the C compiler by its full path injlam1-5/+5
2004-11-23add {CC,CXX,FC,F77}PATH variables which give the complete path anddmcmahill1-1/+5
2004-11-22Now that no package uses USE_GCC_SHLIB any longer, remove supportwiz1-7/+7
2004-11-10Update _GCC_DIST_VERSION to 3.4.3shannonjr1-2/+2
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-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-5/+8
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-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-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-13Don't save the value of _NEED_NEWER_GCC as it gets a bad value on 1.5.3.jlam1-2/+2
2004-03-13Provide a way to forcibly use the native GCC by setting USE_NATIVE_GCC injlam1-4/+10
2004-03-13Note what _CC contains.jlam1-1/+2
2004-03-12Add support for Objective C, and set USE_GCC_SHLIB whenever we're usingjlam1-2/+13
2004-03-10set F77 as well as FC.dmcmahill1-1/+2
2004-03-05Update _GCC_DIST_VERSION to 3.3.3; noted by Ben Secrest on tech-pkg.wiz1-2/+2
2004-02-20Provide a much more complete list of version number patterns <= 2.95.3.jlam1-2/+2