Age | Commit message (Expand) | Author | Files | Lines |
2009-06-02 | Don't create hardlinks to symlinks, AIX freaks out with that. | joerg | 1 | -2/+2 |
2009-05-30 | Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for the | joerg | 1 | -1/+6 |
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-14 | Improve AIX/XLC support based on discussions with Jens Rehsack: | joerg | 1 | -1/+8 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -5/+5 |
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 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -2/+2 |
2006-10-22 | Added header comments. | rillig | 1 | -1/+8 |
2005-01-12 | add my copyright/license. | grant | 1 | -1/+36 |
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 | -17/+17 |
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-27 | CFLAGS+=-ma because most packages expect alloca to be available and | grant | 1 | -1/+5 |
2004-11-23 | Use CCPATH instead of referring to the C compiler by its full path in | jlam | 1 | -3/+3 |
2004-11-23 | Whitespace changes. | jlam | 1 | -3/+3 |
2004-11-23 | add {CC,CXX,FC,F77}PATH variables which give the complete path and | dmcmahill | 1 | -1/+3 |
2004-10-06 | call the C compiler as 'xlc' so libtool mostly DTRT. | grant | 1 | -5/+5 |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 1 | -0/+62 |