Age | Commit message (Expand) | Author | Files | Lines |
2010-07-30 | Implement "fortran77" as alias for "fortran". | asau | 1 | -2/+3 |
2009-10-25 | recognize compiler newer than 5.9, too | sno | 1 | -2/+2 |
2009-05-12 | Added some keywords. | rillig | 1 | -1/+3 |
2008-06-17 | Sun Studio 12 has a generic -m64 flag rather than individual -xarch targets. | sketch | 1 | -8/+10 |
2007-11-30 | Solaris SunPro Compiler 11/12 fails on Solaris 8/9 with -xc99. The header fil... | rhaen | 1 | -1/+9 |
2007-10-05 | Added lots of XXX that should be cleaned up when the compiler framework | rillig | 1 | -1/+11 |
2007-05-23 | Add C99 support, required for packages which use C99 such as devel/glib2 | sketch | 1 | -1/+6 |
2007-03-09 | Removed unused variables. Note that _ALIASES.* could only be removed | rillig | 1 | -10/+2 |
2007-03-09 | Removed the creation of the extra wrapper directory WRKDIR/.sunpro and | rillig | 1 | -45/+3 |
2007-03-09 | Rewrote the file so that it is easier to see what needs to be done when | rillig | 1 | -26/+31 |
2007-01-16 | when using sunpro, go ahead and use the sun fortran compiler insted of f2c. ... | dmcmahill | 1 | -9/+23 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -2/+2 |
2006-10-22 | Added header comments. | rillig | 1 | -1/+9 |
2006-07-06 | Set _COMPILER_ABI_FLAG.64 correctly for non sparc (ie amd64). | markd | 1 | -1/+5 |
2005-07-21 | some packages expect "-Wl," immediately before flags to be passed to | grant | 1 | -4/+6 |
2005-05-17 | The sunpro wrapper now creates aliases for gcc and g++, too. This is needed | rillig | 1 | -3/+3 |
2005-01-12 | Rearrange how LANGUAGES.<compiler> is set so that we can more flexibly | jlam | 1 | -9/+14 |
2005-01-12 | Whitespace. | jlam | 1 | -13/+13 |
2005-01-12 | Backout part of previous commit that was unrelated. | jlam | 1 | -24/+19 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 1 | -19/+24 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 1 | -7/+1 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -1/+11 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -13/+26 |
2004-11-23 | Use CCPATH instead of referring to the C compiler by its full path in | jlam | 1 | -4/+4 |
2004-11-23 | add {CC,CXX,FC,F77}PATH variables which give the complete path and | dmcmahill | 1 | -1/+3 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -1/+4 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+6 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 1 | -30/+21 |
2004-02-18 | Allow overriding CC_VERSION_STRING and CC_VERSION. | jlam | 1 | -3/+3 |
2004-02-15 | Create wrappers for the compilers for every language supported by the | jlam | 1 | -3/+3 |
2004-02-12 | Remove CPP setting for now until I find a better way to wrap these. This | jlam | 1 | -3/+1 |
2004-02-12 | Prevent non-zero exit status when calling the compiler to print out the | jlam | 1 | -2/+2 |
2004-02-12 | Generate a more informative string "CC_VERSION_STRING" that is passed to | jlam | 1 | -3/+5 |
2004-02-10 | Give a better pseudo CC_VERSION for the SunPro C compiler. | jlam | 1 | -2/+2 |
2004-02-09 | Apparently, GCC isn't the only compiler that tries to be clever by checking | jlam | 1 | -3/+6 |
2004-02-08 | * Let CC/CXX/CPP/FC always point to the compiler used in the actual | jlam | 1 | -4/+7 |
2004-02-07 | Symlink the compiler into ${WRKDIR} so that there's a consistent path to | jlam | 1 | -9/+26 |
2004-02-06 | Hiding the PATH from certain phases of the build only accidentally worked | jlam | 1 | -3/+2 |
2004-02-06 | We only prepend a directory to the PATH if we haven't already done so | jlam | 1 | -2/+6 |
2004-02-05 | Simpilfy the test for whether we're inside bsd.prefs.mk. | jlam | 1 | -2/+2 |
2004-02-05 | Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk. | jlam | 1 | -15/+25 |
2004-02-05 | Don't compute the CC_VERSION unless ${CC} exists. | jlam | 1 | -1/+5 |
2004-02-03 | Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted by | jlam | 1 | -2/+2 |
2004-02-02 | Only prepend the compiler package location to the PATH if we actually | jlam | 1 | -2/+4 |
2004-02-02 | Support a new variable in package Makefiles: | jlam | 1 | -1/+15 |
2004-02-01 | Prepend /opt/SUNWspro/bin to the PATH so that the compiler can be found by | jlam | 1 | -3/+3 |
2004-02-01 | New compiler specification framework, based on mk/compiler.mk. The | jlam | 1 | -0/+17 |