summaryrefslogtreecommitdiff
path: root/mk/compiler
AgeCommit message (Expand)AuthorFilesLines
2004-02-02Whitespace fixes.jlam2-10/+10
2004-02-02If USE_GCC_SHLIB is defined, then pretend we need both C and C++ compilers.jlam1-1/+12
2004-02-02If we need a GCC C++ or Fortran compiler, then define USE_GCC_SHLIBS asjlam1-1/+6
2004-02-02Rename _GCC{2,3}_REQD to _NEED_GCC{2,3} which more clearly expresses whatjlam1-7/+7
2004-02-02Support a new variable in package Makefiles:jlam6-29/+118
2004-02-01Fix a broken conditional.jlam1-3/+3
2004-02-01Use the gcc3-* packages instead of gcc3. The former are newer, and usingjlam1-16/+50
2004-02-01Use _GCC_REQD where we want the strictest value (GCC_REQD can be a list).jlam1-2/+2
2004-02-01Instead of silently failing to include missing files, be loud and give thejlam1-4/+2
2004-02-01Actually, it does matter what _GCC_PKG is set to as it's re-used later asjlam1-7/+3
2004-02-01Allow PKGSRC_COMPILER to take precedence over any deprecated variables.jlam1-6/+6
2004-02-01Match names for the C and C++ compilers with the ones we're masquerading.jlam2-6/+6
2004-02-01Note that PKGSRC_COMPILER should end in a real compiler.jlam1-1/+2
2004-02-01Prepend the path to the compiler to PATH even if we're using the builtinjlam1-1/+6
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 forjlam2-6/+3
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. Thejlam6-0/+439