Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-02-18 | Initial support for the MIPSpro ucode compilers found on IRIX 5.3. The | jlam | 2 | -2/+21 |
2004-02-18 | Allow overriding CC_VERSION_STRING and CC_VERSION. | jlam | 2 | -6/+6 |
2004-02-15 | Create wrappers for the compilers for every language supported by the | jlam | 3 | -11/+11 |
2004-02-12 | Remove CPP setting for now until I find a better way to wrap these. This | jlam | 2 | -6/+2 |
2004-02-12 | Prevent non-zero exit status when calling the compiler to print out the | jlam | 2 | -4/+4 |
2004-02-12 | Generate a more informative string "CC_VERSION_STRING" that is passed to | jlam | 4 | -15/+30 |
2004-02-10 | Give a better pseudo CC_VERSION for the SunPro C compiler. | jlam | 1 | -2/+2 |
2004-02-09 | Apparently, GCC isn't the only compiler that tries to be clever by checking | jlam | 2 | -6/+12 |
2004-02-09 | Update comment to reflect reality. | jlam | 1 | -2/+2 |
2004-02-09 | Reorder some lines so that a default definition for some variables is | jlam | 1 | -13/+14 |
2004-02-09 | Don't have recursive variable definitions. | jlam | 2 | -6/+6 |
2004-02-09 | Use TOOLS_SHELL since we're creating the shell script at override-tools | jlam | 1 | -2/+2 |
2004-02-08 | Make those scripts executable. | jlam | 1 | -1/+2 |
2004-02-08 | Use a two-line "exec" shell script instead of a symlink to the real GCC. | jlam | 1 | -2/+4 |
2004-02-08 | * Let CC/CXX/CPP/FC always point to the compiler used in the actual | jlam | 5 | -26/+39 |
2004-02-07 | Symlink the compiler into ${WRKDIR} so that there's a consistent path to | jlam | 5 | -61/+121 |
2004-02-06 | I missed changing a defined(_NEED_GCC3) into a yes/no check. | jlam | 1 | -2/+2 |
2004-02-06 | Whitespace nit. | jlam | 1 | -2/+2 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 |
2004-02-06 | Remove a debugging statement. | jlam | 1 | -2/+1 |
2004-02-06 | Hiding the PATH from certain phases of the build only accidentally worked | jlam | 5 | -18/+13 |
2004-02-06 | We only prepend a directory to the PATH if we haven't already done so | jlam | 5 | -18/+47 |
2004-02-05 | Get the version string out of the MIPSpro compiler in the right way. | jlam | 1 | -3/+4 |
2004-02-05 | Note that the variables (USE_LANGUAGES, GCC_REQD, PKGSRC_COMPILER) should | jlam | 1 | -2/+3 |
2004-02-05 | GCC_REQD should be appended to, not set. | jlam | 2 | -5/+5 |
2004-02-05 | Simpilfy the test for whether we're inside bsd.prefs.mk. | jlam | 4 | -8/+8 |
2004-02-05 | Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk. | jlam | 6 | -226/+281 |