summaryrefslogtreecommitdiff
path: root/mk/compiler/mipspro-ucode.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-05-08Fix bug in .include directive. This fixes mipspro support on IRIX.cheusov1-2/+2
Oked by wiz@
2006-12-15Remove trailing spaces.martti1-2/+2
2005-01-12Put a TNF copyright on files that I authored.jlam1-1/+36
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam1-14/+8
Package Makefiles may now directly include compiler.mk. * Don't include compiler.mk within bsd.prefs.mk any longer. It was only included for the purposes of defining CC_VERSION. Packages that want to test the value of CC_VERSION should now first include "../../mk/compiler.mk". Any GCC_REQD statements in package Makefiles should be set before compiler.mk is included. * Simpllfy pkgsrc/mk/compiler/*.mk files as a result of not needing to be included indirectly by bsd.prefs.mk. We remove the special handling associated with detecting whether the file was included from within bsd.prefs.mk. These files are now much more straightforward to write and understand. * G/C the BSD_PREFS_MK stack mechanism as the only users (compiler/*) no longer need it. * Ensure that directories are prepended to the PATH only from within bsd.pkg.mk.
2004-02-18Initial support for the MIPSpro ucode compilers found on IRIX 5.3. Thejlam1-0/+18
ucode compilers only support building the "o32" ABI.