summaryrefslogtreecommitdiff
path: root/mk/compiler/xlc.mk
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-5/+5
2007-08-30At least with XLC V9, xlc -V isn't that useful as it prints thejoerg1-2/+2
2007-08-15Provide _COMPILER_RPATH_FLAG and _LINKER_RPATH_FLAG. This should workjoerg1-2/+14
2006-12-15Remove trailing spaces.martti1-2/+2
2006-10-22Added header comments.rillig1-1/+8
2005-01-12add my copyright/license.grant1-1/+36
2005-01-12Rearrange how LANGUAGES.<compiler> is set so that we can more flexiblyjlam1-9/+14
2005-01-12Whitespace.jlam1-17/+17
2005-01-12Remove explicit overrides for CC and CXX that prevented using thejlam1-7/+1
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-1/+11
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-13/+26
2004-11-27CFLAGS+=-ma because most packages expect alloca to be available andgrant1-1/+5
2004-11-23Use CCPATH instead of referring to the C compiler by its full path injlam1-3/+3
2004-11-23Whitespace changes.jlam1-3/+3
2004-11-23add {CC,CXX,FC,F77}PATH variables which give the complete path anddmcmahill1-1/+3
2004-10-06call the C compiler as 'xlc' so libtool mostly DTRT.grant1-5/+5
2004-10-06add initial support for IBM's XL C/C++ compiler. tested with versiongrant1-0/+62