summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authortv <tv>2005-01-24 18:07:56 +0000
committertv <tv>2005-01-24 18:07:56 +0000
commitfcf0656920df8ca17125a13dc210f6fc188e78be (patch)
tree9c67f6d1c35bf3c5f3cb40cc540b8c5ec73ce884 /mk/compiler.mk
parentbd46ebdbedcbb40962a6f7835258c3c72b9f6055 (diff)
downloadpkgsrc-fcf0656920df8ca17125a13dc210f6fc188e78be.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.mk5
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.
#