Age | Commit message (Expand) | Author | Files | Lines |
2009-03-17 | Documented the public variables of this file. | rillig | 1 | -1/+27 |
2009-01-09 | Further refine AIX support. From Jens Rehsack. | joerg | 1 | -2/+2 |
2008-12-29 | Fix misbalanced brackets as noticed by jnemeth. | joerg | 1 | -2/+2 |
2008-12-29 | Improve AIX/XLC support: | joerg | 1 | -1/+21 |
2008-11-27 | Adjust xlc_r check to actually look for the right binary. | joerg | 1 | -3/+4 |
2008-11-16 | Don't try to build gcc2 on AMD64, as it's not supported by that compiler. | ahoka | 1 | -3/+3 |
2008-11-14 | Improve AIX/XLC support based on discussions with Jens Rehsack: | joerg | 1 | -1/+8 |
2008-09-16 | Added the list of variables, so that "bmake show-all-gcc" shows all the | rillig | 1 | -1/+29 |
2008-06-17 | Sun Studio 12 has a generic -m64 flag rather than individual -xarch targets. | sketch | 1 | -8/+10 |
2008-05-24 | Suppress automatical addition c to USE_LANGUAGES (ref. PR 34079) | obache | 1 | -3/+3 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 10 | -49/+49 |
2008-01-15 | Always tell the C++ compiler that we want support for ANSI C++ features | tnn | 1 | -1/+4 |
2007-11-30 | Solaris SunPro Compiler 11/12 fails on Solaris 8/9 with -xc99. The header fil... | rhaen | 1 | -1/+9 |
2007-10-16 | Added the variable CCACHE_BASE, so that a ccache other than the one | rillig | 1 | -26/+35 |
2007-10-05 | Added lots of XXX that should be cleaned up when the compiler framework | rillig | 1 | -1/+11 |
2007-09-18 | For Portable C Compiler. | reed | 1 | -0/+78 |
2007-08-30 | At least with XLC V9, xlc -V isn't that useful as it prints the | joerg | 1 | -2/+2 |
2007-08-15 | Provide _COMPILER_RPATH_FLAG and _LINKER_RPATH_FLAG. This should work | joerg | 1 | -2/+14 |
2007-08-11 | When calling gcc to extract the version number, pass down | joerg | 1 | -2/+2 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 1 | -14/+17 |
2007-05-28 | Remove trailing spaces. | martti | 1 | -3/+3 |
2007-05-23 | Add C99 support, required for packages which use C99 such as devel/glib2 | sketch | 1 | -1/+6 |
2007-04-17 | fix botched $NetBSD$ | tnn | 1 | -1/+1 |
2007-04-17 | add support for the HP-UX C/aC++ compilers | tnn | 1 | -0/+89 |
2007-03-15 | _COMPILER_LD_FLAG is only used in this file, and no other compiler file | rillig | 1 | -5/+2 |
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-03-07 | Make the #error directive an error with MIPSpro. | rillig | 1 | -1/+6 |
2007-02-10 | Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON. | rillig | 1 | -2/+2 |
2007-01-16 | when using sunpro, go ahead and use the sun fortran compiler insted of f2c. ... | dmcmahill | 1 | -9/+23 |
2007-01-16 | alias f2c-f77 as g77 as well as f77 and f2c-f77. libtool cares. | dmcmahill | 1 | -2/+2 |
2007-01-08 | gcc2 does not support -std=c99. If c99 is needed, require | gavan | 1 | -1/+6 |
2006-12-15 | Remove trailing spaces. | martti | 11 | -26/+26 |
2006-12-06 | Don't force strict C99 mode by default, but the relaxed GNU-C99 mode. | joerg | 1 | -2/+2 |
2006-12-02 | Instead of setting compiler flags in each package if it uses C99, | jschauma | 2 | -2/+10 |
2006-10-22 | Added header comments. | rillig | 7 | -7/+53 |
2006-10-14 | Added the user-settable variable CCACHE_DIR, so that the cache can be | rillig | 1 | -2/+13 |
2006-08-06 | CPP on IRIX 5 with IDO cc is /usr/lib/cpp | schwarz | 1 | -2/+9 |
2006-07-25 | Whenever f2c is mentioned in USE_LANGUAGES, a C compiler is also needed, | rillig | 1 | -1/+3 |
2006-07-21 | "BUILD_ENV" was misnamed. It's actually the environment that is passed | jlam | 3 | -9/+9 |
2006-07-06 | On Solaris set _COMPILER_ABI_FLAG.64 to be consistent with the sunpro | markd | 1 | -1/+5 |
2006-07-06 | Set _COMPILER_ABI_FLAG.64 correctly for non sparc (ie amd64). | markd | 1 | -1/+5 |
2006-04-05 | Change _GCC_DIST_VERSION from 3.4.5 to 3.4.6 to reflect update to | shannonjr | 1 | -2/+2 |
2006-02-10 | Bump '_GCC_DIST_VERSION' to '3.4.5' to match lang/gcc34 | shannonjr | 1 | -2/+2 |
2005-10-30 | added missing header lines. | schwarz | 1 | -0/+2 |
2005-10-16 | added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3. | schwarz | 1 | -0/+76 |
2005-07-21 | some packages expect "-Wl," immediately before flags to be passed to | grant | 1 | -4/+6 |
2005-05-31 | Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent update | shannonjr | 1 | -2/+2 |
2005-05-17 | The sunpro wrapper now creates aliases for gcc and g++, too. This is needed | rillig | 1 | -3/+3 |