summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-24 03:01:02 +0000
committergrant <grant@pkgsrc.org>2003-09-24 03:01:02 +0000
commitca8937159937fb1f012f107f1b4095f6ba208704 (patch)
treea32b1d9695cf44417e6a495c49c74995679f4652 /mk/compiler.mk
parent956c159efda927dcd46bc22e9782f06714bfc830 (diff)
downloadpkgsrc-ca8937159937fb1f012f107f1b4095f6ba208704.tar.gz
remove redefine of _GCC_PREFIX, whitespace fix.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r--mk/compiler.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk
index 2f47ba9525f..f77084083de 100644
--- a/mk/compiler.mk
+++ b/mk/compiler.mk
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.10 2003/09/23 19:19:33 gavan Exp $
+# $NetBSD: compiler.mk,v 1.11 2003/09/24 03:01:02 grant Exp $
# This Makefile fragment implements handling for supported
# C/C++/fortran compilers.
@@ -108,8 +108,8 @@ USE_GCC2= # defined
GCC_REQD= 2.95.3
# we need to define these early, as they are used by gcc/buildlink2.mk.
-_GCC_SUBPREFIX= gcc-2.95.3/
-_GCC_ARCHDIR= ${_GCC_PREFIX}${_GCC_ARCHSUBDIR}
+_GCC_SUBPREFIX= gcc-2.95.3/
+_GCC_ARCHDIR= ${_GCC_PREFIX}${_GCC_ARCHSUBDIR}
_GCC_PREFIX= ${LOCALBASE}/${_GCC_SUBPREFIX}
_GCC_LIBGCCDIR!= \
if [ -x ${_GCC_PREFIX}bin/gcc ]; then \
@@ -123,7 +123,6 @@ _GCC_ARCHSUBDIR= \
. if empty(USE_BUILDLINK2:M[nN][oO])
. include "../lang/gcc/buildlink2.mk"
. else
-_GCC_PREFIX= ${LOCALBASE}/${_GCC_SUBPREFIX}
# Packages that link against gcc shared libraries need a full
# dependency.