pkgsrc/mk/compiler
jlam eb9034727a Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,
are handled.  The idea now is to simply remove the paths in the values
of these variables, leaving behind only the basename plus any arguments,
e.g.:

	CC= /usr/local/bin/gcc       becomes   CC= gcc
	CPP= /usr/local/bin/gcc -E   becomes   CPP= gcc -E

The wrapper scripts are generated for every unique executable mentioned
by the toolchain variables, so for the example above, only a "gcc"
wrapper script is generated for ${CC} and ${CPP}.  PKG_{CC,CPP,CXX,etc.}
are the paths to the executables wrapped by the wrapper scripts.

Note that it's now possible to set "CC" to something more than just the
path to the compiler, e.g.

	CC= cc -ffast-math -funroll-loops -fomit-frame-pointer

and the full value of ${CC} will be passed through via CONFIGURE_ENV
and MAKE_ENV.
2004-11-30 14:50:37 +00:00
..
ccache.mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00
ccc.mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00
distcc.mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00
gcc.mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00
mipspro-ucode.mk * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. 2004-02-18 13:32:38 +00:00
mipspro.mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00
sunpro.mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00
xlc.mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00