Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -6/+5 |
2004-02-06 | We only prepend a directory to the PATH if we haven't already done so | jlam | 1 | -10/+22 |
2004-02-05 | GCC_REQD should be appended to, not set. | 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 | -119/+133 |
2004-02-05 | Don't compute the CC_VERSION unless ${CC} exists. | jlam | 1 | -1/+5 |
2004-02-05 | _CC is really meant to be evaluated from the value of CC _as found_ in | jlam | 1 | -4/+5 |
2004-02-05 | _GCC_PREFIX and _GCC_SUBPREFIX are expected to end in "/" if we're using | jlam | 1 | -3/+3 |
2004-02-05 | Reset the values of _GCC_PREFIX and _GCC_SUBPREFIX from the value of | jlam | 1 | -1/+5 |
2004-02-04 | Missing a " | jlam | 1 | -2/+2 |
2004-02-04 | case branches are separated by ;; | jlam | 1 | -3/+3 |
2004-02-04 | Try to avoid "/" as the _GCC_SUBPREFIX. | jlam | 1 | -2/+6 |
2004-02-04 | Make it more apparent where certain "not_found" values are being set for | jlam | 1 | -3/+3 |
2004-02-04 | Avoid a non-zero exit value in a != variable definition. | jlam | 1 | -2/+2 |
2004-02-04 | Define _GCC_PKG unconditionally since its value is determined by another | jlam | 1 | -2/+2 |
2004-02-04 | Try to be smarter about detecting whether a cc in the PATH is actually | jlam | 1 | -37/+40 |
2004-02-03 | Reorder checks when setting _GCC_SUBPREFIX so that we always search for | jlam | 1 | -6/+9 |
2004-02-03 | Remove not_found checks now that we pre-filter them out when setting | jlam | 1 | -3/+1 |
2004-02-03 | Do previous in a different way to avoid make errors. | jlam | 1 | -2/+3 |
2004-02-03 | Don't add to LDFLAGS if the directories are "not_found". | jlam | 1 | -1/+3 |
2004-02-03 | ":H", not ":T", is the correct make variable modifier to get everything | jlam | 1 | -2/+2 |
2004-02-03 | Reorder sections a bit so that related sections are together. | jlam | 1 | -49/+47 |
2004-02-03 | Whitespace nit. | jlam | 1 | -2/+2 |
2004-02-03 | Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted by | jlam | 1 | -3/+3 |
2004-02-03 | Check whether _NEED_GCC[23] is yes/no rather than just defined, since | jlam | 1 | -11/+18 |
2004-02-03 | Move the _COMPILER_LD_FLAG setting to somehere global as it applies to all | jlam | 1 | -2/+4 |
2004-02-03 | Avoid using "type" to find the absolute path to the compiler. We find it | jlam | 1 | -27/+31 |
2004-02-02 | Whitespace fixes. | jlam | 1 | -3/+3 |
2004-02-02 | If we can't find the package using pkg_info, then use a simple heuristic | jlam | 1 | -2/+10 |
2004-02-02 | G/C _GCC_ARCHSUBDIR. All references to it from gcc*/buildlink*.mk files | jlam | 1 | -5/+2 |
2004-02-02 | If we need a GCC C++ or Fortran compiler, then define USE_GCC_SHLIBS as | jlam | 1 | -1/+6 |
2004-02-02 | Rename _GCC{2,3}_REQD to _NEED_GCC{2,3} which more clearly expresses what | jlam | 1 | -7/+7 |
2004-02-02 | Support a new variable in package Makefiles: | jlam | 1 | -17/+30 |
2004-02-01 | Fix a broken conditional. | jlam | 1 | -3/+3 |
2004-02-01 | Use the gcc3-* packages instead of gcc3. The former are newer, and using | jlam | 1 | -16/+50 |
2004-02-01 | Use _GCC_REQD where we want the strictest value (GCC_REQD can be a list). | jlam | 1 | -2/+2 |
2004-02-01 | Actually, it does matter what _GCC_PKG is set to as it's re-used later as | jlam | 1 | -7/+3 |
2004-02-01 | Prepend the path to the compiler to PATH even if we're using the builtin | jlam | 1 | -1/+6 |
2004-02-01 | We're included by bsd.prefs.mk, so no need to include bsd.prefs.mk for | jlam | 1 | -3/+1 |
2004-02-01 | New compiler specification framework, based on mk/compiler.mk. The | jlam | 1 | -0/+224 |