diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 18:07:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 18:07:56 +0000 |
commit | dace9b647e64c8303352f5909a5b1118bf89b03f (patch) | |
tree | 9c67f6d1c35bf3c5f3cb40cc540b8c5ec73ce884 /mk/compiler.mk | |
parent | bf148db66606800cc52577d730eb9a88a299e954 (diff) | |
download | pkgsrc-dace9b647e64c8303352f5909a5b1118bf89b03f.tar.gz |
Merge down janitorial change from tv-derecurse branch:
Move definition of PKGSRC_COMPILER to defaults/mk.conf, to make it more
readily seen by the user.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r-- | mk/compiler.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk index 08854fae6bf..a3dcc817671 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.43 2005/01/12 15:32:01 jlam Exp $ +# $NetBSD: compiler.mk,v 1.44 2005/01/24 18:07:56 tv Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -74,9 +74,6 @@ USE_LANGUAGES?= c USE_LANGUAGES:= c ${USE_LANGUAGES} .endif -# Default to using gcc. -PKGSRC_COMPILER?= gcc - # For environments where there is an external gcc too, but pkgsrc # should use the pkgsrc one for consistency. # |