summaryrefslogtreecommitdiff
path: root/mk/compiler
AgeCommit message (Expand)AuthorFilesLines
2004-03-17Also accept DISTCC_VERBOSE in /etc/mk.conf to allow for easier debugging.jlam1-1/+4
2004-03-17Allow DISTCC_HOSTS and DISTCC_SSH to be set in /etc/mk.conf to modify thejlam1-1/+8
2004-03-13Don't save the value of _NEED_NEWER_GCC as it gets a bad value on 1.5.3.jlam1-2/+2
2004-03-13Provide a way to forcibly use the native GCC by setting USE_NATIVE_GCC injlam1-4/+10
2004-03-13Note what _CC contains.jlam1-1/+2
2004-03-12Add support for Objective C, and set USE_GCC_SHLIB whenever we're usingjlam1-2/+13
2004-03-10set F77 as well as FC.dmcmahill1-1/+2
2004-03-05Update _GCC_DIST_VERSION to 3.3.3; noted by Ben Secrest on tech-pkg.wiz1-2/+2
2004-02-22Allow setting CCACHE_DIR in the environment or in /etc/mk.conf.jlam1-1/+5
2004-02-21Use BUILD_ENV instead of just {CONFIGURE,MAKE}_ENV to pass CCACHE_HASHCCjlam1-3/+2
2004-02-20Provide a much more complete list of version number patterns <= 2.95.3.jlam1-2/+2
2004-02-20If for some reason, _GCC_REQD doesn't match any of the version patternjlam1-1/+4
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam7-399/+231
2004-02-18Initial support for the MIPSpro ucode compilers found on IRIX 5.3. Thejlam2-2/+21
2004-02-18Allow overriding CC_VERSION_STRING and CC_VERSION.jlam2-6/+6
2004-02-15Create wrappers for the compilers for every language supported by thejlam3-11/+11
2004-02-12Remove CPP setting for now until I find a better way to wrap these. Thisjlam2-6/+2
2004-02-12Prevent non-zero exit status when calling the compiler to print out thejlam2-4/+4
2004-02-12Generate a more informative string "CC_VERSION_STRING" that is passed tojlam4-15/+30
2004-02-10Give a better pseudo CC_VERSION for the SunPro C compiler.jlam1-2/+2
2004-02-09Apparently, GCC isn't the only compiler that tries to be clever by checkingjlam2-6/+12
2004-02-09Update comment to reflect reality.jlam1-2/+2
2004-02-09Reorder some lines so that a default definition for some variables isjlam1-13/+14
2004-02-09Don't have recursive variable definitions.jlam2-6/+6
2004-02-09Use TOOLS_SHELL since we're creating the shell script at override-toolsjlam1-2/+2
2004-02-08Make those scripts executable.jlam1-1/+2
2004-02-08Use a two-line "exec" shell script instead of a symlink to the real GCC.jlam1-2/+4
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam5-26/+39
2004-02-07Symlink the compiler into ${WRKDIR} so that there's a consistent path tojlam5-61/+121
2004-02-06I missed changing a defined(_NEED_GCC3) into a yes/no check.jlam1-2/+2
2004-02-06Whitespace nit.jlam1-2/+2
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-3/+3
2004-02-06Remove a debugging statement.jlam1-2/+1
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam5-18/+13
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam5-18/+47
2004-02-05Get the version string out of the MIPSpro compiler in the right way.jlam1-3/+4
2004-02-05Note that the variables (USE_LANGUAGES, GCC_REQD, PKGSRC_COMPILER) shouldjlam1-2/+3
2004-02-05GCC_REQD should be appended to, not set.jlam2-5/+5
2004-02-05Simpilfy the test for whether we're inside bsd.prefs.mk.jlam4-8/+8
2004-02-05Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk.jlam6-226/+281
2004-02-05Don't compute the CC_VERSION unless ${CC} exists.jlam3-3/+15
2004-02-05_CC is really meant to be evaluated from the value of CC _as found_ injlam1-4/+5
2004-02-05_GCC_PREFIX and _GCC_SUBPREFIX are expected to end in "/" if we're usingjlam1-3/+3
2004-02-05Reset the values of _GCC_PREFIX and _GCC_SUBPREFIX from the value ofjlam1-1/+5
2004-02-04Missing a "jlam1-2/+2
2004-02-04case branches are separated by ;;jlam1-3/+3
2004-02-04Try to avoid "/" as the _GCC_SUBPREFIX.jlam1-2/+6
2004-02-04Make it more apparent where certain "not_found" values are being set forjlam1-3/+3
2004-02-04Avoid a non-zero exit value in a != variable definition.jlam1-2/+2
2004-02-04Define _GCC_PKG unconditionally since its value is determined by anotherjlam1-2/+2