Age | Commit message (Expand) | Author | Files | Lines |
2005-01-12 | Rearrange how LANGUAGES.<compiler> is set so that we can more flexibly | jlam | 1 | -10/+15 |
2005-01-12 | Backout part of previous commit that was unrelated. | jlam | 1 | -15/+10 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 1 | -10/+15 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 1 | -7/+1 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -1/+11 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -13/+26 |
2004-11-23 | Use CCPATH instead of referring to the C compiler by its full path in | jlam | 1 | -4/+4 |
2004-11-23 | add {CC,CXX,FC,F77}PATH variables which give the complete path and | dmcmahill | 1 | -1/+3 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -1/+9 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -3/+6 |
2004-06-10 | We really need to pass the ABI flags to both CFLAGS and LDFLAGS, since | jschauma | 1 | -1/+7 |
2004-05-06 | Finally set _COMPILER_LD_FLAG. | jschauma | 1 | -1/+4 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 1 | -30/+21 |
2004-02-18 | Allow overriding CC_VERSION_STRING and CC_VERSION. | jlam | 1 | -3/+3 |
2004-02-15 | Create wrappers for the compilers for every language supported by the | jlam | 1 | -3/+3 |
2004-02-12 | Remove CPP setting for now until I find a better way to wrap these. This | jlam | 1 | -3/+1 |
2004-02-12 | Prevent non-zero exit status when calling the compiler to print out the | jlam | 1 | -2/+2 |
2004-02-12 | Generate a more informative string "CC_VERSION_STRING" that is passed to | jlam | 1 | -3/+5 |
2004-02-09 | Apparently, GCC isn't the only compiler that tries to be clever by checking | jlam | 1 | -3/+6 |
2004-02-08 | * Let CC/CXX/CPP/FC always point to the compiler used in the actual | jlam | 1 | -4/+7 |
2004-02-07 | Symlink the compiler into ${WRKDIR} so that there's a consistent path to | jlam | 1 | -9/+26 |
2004-02-06 | Hiding the PATH from certain phases of the build only accidentally worked | jlam | 1 | -3/+2 |
2004-02-06 | We only prepend a directory to the PATH if we haven't already done so | jlam | 1 | -2/+6 |
2004-02-05 | Get the version string out of the MIPSpro compiler in the right way. | jlam | 1 | -3/+4 |
2004-02-05 | Simpilfy the test for whether we're inside bsd.prefs.mk. | jlam | 1 | -2/+2 |
2004-02-05 | Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk. | jlam | 1 | -15/+25 |
2004-02-05 | Don't compute the CC_VERSION unless ${CC} exists. | jlam | 1 | -1/+5 |
2004-02-03 | Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted by | jlam | 1 | -2/+2 |
2004-02-02 | Only prepend the compiler package location to the PATH if we actually | jlam | 1 | -2/+4 |
2004-02-02 | Support a new variable in package Makefiles: | jlam | 1 | -1/+15 |
2004-02-01 | Prepend ${MIPSPROBASE}/bin to the PATH so that the correct compilers are | jlam | 1 | -1/+2 |
2004-02-01 | Spell MIPSPROBASE correctly. | jlam | 1 | -2/+2 |
2004-02-01 | We're included by bsd.prefs.mk, so no need to include bsd.prefs.mk for | jlam | 1 | -3/+2 |
2004-02-01 | New compiler specification framework, based on mk/compiler.mk. The | jlam | 1 | -0/+15 |