summaryrefslogtreecommitdiff
path: root/mk/compiler/mipspro.mk
AgeCommit message (Expand)AuthorFilesLines
2011-08-22Fix bootstrap on IRIX with mipspro compiler, for detailscheusov1-1/+3
2009-06-02Learn from the AIX issues with hard links to symbolic links and alwaysjoerg1-2/+2
2009-05-30Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for thejoerg1-1/+6
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-5/+5
2007-03-07Make the #error directive an error with MIPSpro.rillig1-1/+6
2006-12-15Remove trailing spaces.martti1-3/+3
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-1/+5
2006-10-22Added header comments.rillig1-1/+9
2005-01-12Rearrange how LANGUAGES.<compiler> is set so that we can more flexiblyjlam1-10/+15
2005-01-12Backout part of previous commit that was unrelated.jlam1-15/+10
2005-01-12Remove explicit overrides for CC and CXX that prevented using thejlam1-10/+15
2005-01-12Remove explicit overrides for CC and CXX that prevented using thejlam1-7/+1
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-1/+11
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-13/+26
2004-11-23Use CCPATH instead of referring to the C compiler by its full path injlam1-4/+4
2004-11-23add {CC,CXX,FC,F77}PATH variables which give the complete path anddmcmahill1-1/+3
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam1-1/+9
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-3/+6
2004-06-10We really need to pass the ABI flags to both CFLAGS and LDFLAGS, sincejschauma1-1/+7
2004-05-06Finally set _COMPILER_LD_FLAG.jschauma1-1/+4
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-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-05Get the version string out of the MIPSpro compiler in the right way.jlam1-3/+4
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 ${MIPSPROBASE}/bin to the PATH so that the correct compilers arejlam1-1/+2
2004-02-01Spell MIPSPROBASE correctly.jlam1-2/+2
2004-02-01We're included by bsd.prefs.mk, so no need to include bsd.prefs.mk forjlam1-3/+2
2004-02-01New compiler specification framework, based on mk/compiler.mk. Thejlam1-0/+15