Age | Commit message (Expand) | Author | Files | Lines |
2010-07-30 | Implement "fortran77" as alias for "fortran". | asau | 1 | -6/+9 |
2010-05-06 | Changes 4.4.4: | adam | 1 | -2/+2 |
2010-04-24 | Remove tail of -* from _GCC_VERSION for _GCC_PKG. | obache | 1 | -2/+2 |
2010-03-15 | Changes 4.4.3: | adam | 1 | -2/+2 |
2009-09-18 | Fix a typo, no idea why this didn't show up when I tested this before. | dmcmahill | 1 | -2/+2 |
2009-09-18 | Teach this file about the lang/gcc44 package | dmcmahill | 1 | -7/+44 |
2009-09-12 | Add 32 bit and 64 ABI options for GCC under Mac OS X. | tron | 1 | -1/+6 |
2009-07-28 | Did you know that the := operator behaves funnily? Example: | rillig | 1 | -2/+6 |
2009-07-08 | Allow other fortran compilers than f2c to be used when gcc doesn't supply | markd | 1 | -8/+10 |
2009-05-30 | Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for the | joerg | 1 | -5/+2 |
2009-03-17 | Documented the public variables of this file. | rillig | 1 | -1/+27 |
2008-11-16 | Don't try to build gcc2 on AMD64, as it's not supported by that compiler. | ahoka | 1 | -3/+3 |
2008-09-16 | Added the list of variables, so that "bmake show-all-gcc" shows all the | rillig | 1 | -1/+29 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -7/+7 |
2007-08-11 | When calling gcc to extract the version number, pass down | joerg | 1 | -2/+2 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 1 | -14/+17 |
2007-02-10 | Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON. | rillig | 1 | -2/+2 |
2007-01-08 | gcc2 does not support -std=c99. If c99 is needed, require | gavan | 1 | -1/+6 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -3/+3 |
2006-12-06 | Don't force strict C99 mode by default, but the relaxed GNU-C99 mode. | joerg | 1 | -2/+2 |
2006-12-02 | Instead of setting compiler flags in each package if it uses C99, | jschauma | 1 | -1/+5 |
2006-10-22 | Added header comments. | rillig | 1 | -1/+4 |
2006-07-06 | On Solaris set _COMPILER_ABI_FLAG.64 to be consistent with the sunpro | markd | 1 | -1/+5 |
2006-04-05 | Change _GCC_DIST_VERSION from 3.4.5 to 3.4.6 to reflect update to | shannonjr | 1 | -2/+2 |
2006-02-10 | Bump '_GCC_DIST_VERSION' to '3.4.5' to match lang/gcc34 | shannonjr | 1 | -2/+2 |
2005-05-31 | Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent update | shannonjr | 1 | -2/+2 |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -12/+4 |
2005-01-21 | Re-add direct symlink logic, optional under GCC_USE_SYMLINKS=yes. Saves | tv | 1 | -2/+8 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -1/+18 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -21/+28 |
2004-11-23 | Use CCPATH instead of referring to the C compiler by its full path in | jlam | 1 | -5/+5 |
2004-11-23 | add {CC,CXX,FC,F77}PATH variables which give the complete path and | dmcmahill | 1 | -1/+5 |
2004-11-22 | Now that no package uses USE_GCC_SHLIB any longer, remove support | wiz | 1 | -7/+7 |
2004-11-10 | Update _GCC_DIST_VERSION to 3.4.3 | shannonjr | 1 | -2/+2 |
2004-09-23 | Teach gcc.mk about gcc34 so that setting GCC_REQD=3.4 in /etc/mk.conf will | jlam | 1 | -5/+35 |
2004-09-23 | Support the ABI flags on MIPS platforms. | jlam | 1 | -10/+12 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -5/+8 |
2004-07-06 | Retire buildlink2, now that all packages using it have been converted to | wiz | 1 | -6/+2 |
2004-07-03 | gcc 3.3.4 is in pkgsrc now. | grant | 1 | -2/+2 |
2004-05-17 | Check that MABIFLAG is defined before checking that it's non-empty. This | jlam | 1 | -3/+3 |
2004-05-17 | Allow use of 32bit gcc compiled from pkgsrc on 64bit Irix for a default | jschauma | 1 | -4/+10 |
2004-05-12 | If ABI is set, LDFLAGS also needs the proper flag. | jschauma | 1 | -1/+2 |
2004-05-05 | gcc can use -mabi=${ABI}, if ABI is set (for example on Irix). | jschauma | 1 | -1/+8 |
2004-05-04 | /usr/bin/cpp on darwin is a wrapper script that forces the | danw | 1 | -3/+3 |
2004-03-30 | GCC has this annoying behaviour where it advocates in a multi-line | jlam | 1 | -1/+11 |
2004-03-13 | Don't save the value of _NEED_NEWER_GCC as it gets a bad value on 1.5.3. | jlam | 1 | -2/+2 |
2004-03-13 | Provide a way to forcibly use the native GCC by setting USE_NATIVE_GCC in | jlam | 1 | -4/+10 |
2004-03-13 | Note what _CC contains. | jlam | 1 | -1/+2 |
2004-03-12 | Add support for Objective C, and set USE_GCC_SHLIB whenever we're using | jlam | 1 | -2/+13 |
2004-03-10 | set F77 as well as FC. | dmcmahill | 1 | -1/+2 |