summaryrefslogtreecommitdiff
path: root/mk/compiler/gcc.mk
AgeCommit message (Expand)AuthorFilesLines
2005-01-21Re-add direct symlink logic, optional under GCC_USE_SYMLINKS=yes. Savestv1-2/+8
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-1/+18
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-21/+28
2004-11-23Use CCPATH instead of referring to the C compiler by its full path injlam1-5/+5
2004-11-23add {CC,CXX,FC,F77}PATH variables which give the complete path anddmcmahill1-1/+5
2004-11-22Now that no package uses USE_GCC_SHLIB any longer, remove supportwiz1-7/+7
2004-11-10Update _GCC_DIST_VERSION to 3.4.3shannonjr1-2/+2
2004-09-23Teach gcc.mk about gcc34 so that setting GCC_REQD=3.4 in /etc/mk.conf willjlam1-5/+35
2004-09-23Support the ABI flags on MIPS platforms.jlam1-10/+12
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-5/+8
2004-07-06Retire buildlink2, now that all packages using it have been converted towiz1-6/+2
2004-07-03gcc 3.3.4 is in pkgsrc now.grant1-2/+2
2004-05-17Check that MABIFLAG is defined before checking that it's non-empty. Thisjlam1-3/+3
2004-05-17Allow use of 32bit gcc compiled from pkgsrc on 64bit Irix for a defaultjschauma1-4/+10
2004-05-12If ABI is set, LDFLAGS also needs the proper flag.jschauma1-1/+2
2004-05-05gcc can use -mabi=${ABI}, if ABI is set (for example on Irix).jschauma1-1/+8
2004-05-04/usr/bin/cpp on darwin is a wrapper script that forces thedanw1-3/+3
2004-03-30GCC has this annoying behaviour where it advocates in a multi-linejlam1-1/+11
2004-03-13Don't save the value of _NEED_NEWER_GCC as it gets a bad value on 1.5.3.jlam1-2/+2
2004-03-13Provide a way to forcibly use the native GCC by setting USE_NATIVE_GCC injlam1-4/+10
2004-03-13Note what _CC contains.jlam1-1/+2
2004-03-12Add support for Objective C, and set USE_GCC_SHLIB whenever we're usingjlam1-2/+13
2004-03-10set F77 as well as FC.dmcmahill1-1/+2
2004-03-05Update _GCC_DIST_VERSION to 3.3.3; noted by Ben Secrest on tech-pkg.wiz1-2/+2
2004-02-20Provide a much more complete list of version number patterns <= 2.95.3.jlam1-2/+2
2004-02-20If for some reason, _GCC_REQD doesn't match any of the version patternjlam1-1/+4
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam1-132/+123
2004-02-15Create wrappers for the compilers for every language supported by thejlam1-5/+5
2004-02-12Generate a more informative string "CC_VERSION_STRING" that is passed tojlam1-8/+13
2004-02-09Update comment to reflect reality.jlam1-2/+2
2004-02-09Reorder some lines so that a default definition for some variables isjlam1-13/+14
2004-02-09Use TOOLS_SHELL since we're creating the shell script at override-toolsjlam1-2/+2
2004-02-08Make those scripts executable.jlam1-1/+2
2004-02-08Use a two-line "exec" shell script instead of a symlink to the real GCC.jlam1-2/+4
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam1-8/+11
2004-02-07Symlink the compiler into ${WRKDIR} so that there's a consistent path tojlam1-32/+45
2004-02-06I missed changing a defined(_NEED_GCC3) into a yes/no check.jlam1-2/+2
2004-02-06Whitespace nit.jlam1-2/+2
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-3/+3
2004-02-06Remove a debugging statement.jlam1-2/+1
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam1-6/+5
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam1-10/+22
2004-02-05GCC_REQD should be appended to, not set.jlam1-2/+2
2004-02-05Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk.jlam1-119/+133
2004-02-05Don't compute the CC_VERSION unless ${CC} exists.jlam1-1/+5
2004-02-05_CC is really meant to be evaluated from the value of CC _as found_ injlam1-4/+5
2004-02-05_GCC_PREFIX and _GCC_SUBPREFIX are expected to end in "/" if we're usingjlam1-3/+3
2004-02-05Reset the values of _GCC_PREFIX and _GCC_SUBPREFIX from the value ofjlam1-1/+5
2004-02-04Missing a "jlam1-2/+2
2004-02-04case branches are separated by ;;jlam1-3/+3