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