summaryrefslogtreecommitdiff
path: root/mk/compiler/sunpro.mk
AgeCommit message (Expand)AuthorFilesLines
2006-06-07EOL the tv-derecurse branch; it has become too outdated. The last livetv-derecursetv1-95/+0
2005-01-13sync with HEADtv1-27/+36
2004-11-30merge from HEADtv1-13/+26
2004-11-23merge from HEADtv1-4/+6
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam1-1/+4
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+6
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam1-30/+21
2004-02-18Allow overriding CC_VERSION_STRING and CC_VERSION.jlam1-3/+3
2004-02-15Create wrappers for the compilers for every language supported by thejlam1-3/+3
2004-02-12Remove CPP setting for now until I find a better way to wrap these. Thisjlam1-3/+1
2004-02-12Prevent non-zero exit status when calling the compiler to print out thejlam1-2/+2
2004-02-12Generate a more informative string "CC_VERSION_STRING" that is passed tojlam1-3/+5
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 checkingjlam1-3/+6
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam1-4/+7
2004-02-07Symlink the compiler into ${WRKDIR} so that there's a consistent path tojlam1-9/+26
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam1-3/+2
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam1-2/+6
2004-02-05Simpilfy the test for whether we're inside bsd.prefs.mk.jlam1-2/+2
2004-02-05Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk.jlam1-15/+25
2004-02-05Don't compute the CC_VERSION unless ${CC} exists.jlam1-1/+5
2004-02-03Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted byjlam1-2/+2
2004-02-02Only prepend the compiler package location to the PATH if we actuallyjlam1-2/+4
2004-02-02Support a new variable in package Makefiles:jlam1-1/+15
2004-02-01Prepend /opt/SUNWspro/bin to the PATH so that the compiler can be found byjlam1-3/+3
2004-02-01New compiler specification framework, based on mk/compiler.mk. Thejlam1-0/+17