Age | Commit message (Expand) | Author | Files | Lines |
2005-01-12 | Even more whitespace. | jlam | 1 | -13/+13 |
2005-01-12 | Whitespace. | jlam | 1 | -3/+3 |
2005-01-12 | Prepend the CCC compiler dir to the PATH so that they're found by the | jlam | 1 | -1/+6 |
2005-01-12 | Backout part of previous commit that was unrelated. | jlam | 2 | -39/+29 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 4 | -43/+41 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 2 | -14/+2 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 6 | -5/+155 |
2005-01-10 | _ALIASES.<wrappee> should be cumulative. | jlam | 2 | -6/+6 |
2005-01-10 | Whitespace nits. | jlam | 2 | -10/+10 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 7 | -94/+168 |
2004-11-27 | CFLAGS+=-ma because most packages expect alloca to be available and | grant | 1 | -1/+5 |
2004-11-23 | Use CCPATH instead of referring to the C compiler by its full path in | jlam | 5 | -20/+20 |
2004-11-23 | Whitespace changes. | jlam | 2 | -18/+18 |
2004-11-23 | add {CC,CXX,FC,F77}PATH variables which give the complete path and | dmcmahill | 5 | -5/+17 |
2004-11-22 | Now that no package uses USE_GCC_SHLIB any longer, remove support | wiz | 1 | -7/+7 |
2004-11-20 | quieten spurious broken pipe output from cc. | grant | 1 | -4/+4 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 1 | -0/+73 |
2004-11-17 | For some reason EVAL_PREFIX is not properly using the _DEFAULT values, so | tv | 2 | -2/+4 |
2004-11-17 | Don't check _*PREFIX/bin for the requested compiler hook program. If | tv | 2 | -27/+17 |
2004-11-10 | Update _GCC_DIST_VERSION to 3.4.3 | shannonjr | 1 | -2/+2 |
2004-10-09 | devel/patch is needed by some platforms in order to build ccache, so don't | tv | 1 | -2/+2 |
2004-10-06 | call the C compiler as 'xlc' so libtool mostly DTRT. | grant | 1 | -5/+5 |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 1 | -0/+62 |
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-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 2 | -2/+13 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 3 | -10/+20 |
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-06-10 | We really need to pass the ABI flags to both CFLAGS and LDFLAGS, since | jschauma | 1 | -1/+7 |
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-06 | Finally set _COMPILER_LD_FLAG. | jschauma | 1 | -1/+4 |
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-17 | Also accept DISTCC_VERBOSE in /etc/mk.conf to allow for easier debugging. | jlam | 1 | -1/+4 |
2004-03-17 | Allow DISTCC_HOSTS and DISTCC_SSH to be set in /etc/mk.conf to modify the | jlam | 1 | -1/+8 |
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 |
2004-03-05 | Update _GCC_DIST_VERSION to 3.3.3; noted by Ben Secrest on tech-pkg. | wiz | 1 | -2/+2 |
2004-02-22 | Allow setting CCACHE_DIR in the environment or in /etc/mk.conf. | jlam | 1 | -1/+5 |
2004-02-21 | Use BUILD_ENV instead of just {CONFIGURE,MAKE}_ENV to pass CCACHE_HASHCC | jlam | 1 | -3/+2 |
2004-02-20 | Provide a much more complete list of version number patterns <= 2.95.3. | jlam | 1 | -2/+2 |
2004-02-20 | If for some reason, _GCC_REQD doesn't match any of the version pattern | jlam | 1 | -1/+4 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 7 | -399/+231 |