summaryrefslogtreecommitdiff
path: root/lang/gcc/Makefile
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2002-05-14 14:01:33 +0000
committeryyamano <yyamano@pkgsrc.org>2002-05-14 14:01:33 +0000
commit24064a5c38b25de1ad5d96f05ee3d0bee41e4bc9 (patch)
treee8797d7989ec47d64649adae321680184b8834b1 /lang/gcc/Makefile
parent8283b7e3ca6c43d1b0324b74a25e7819185381d2 (diff)
downloadpkgsrc-24064a5c38b25de1ad5d96f05ee3d0bee41e4bc9.tar.gz
Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r--lang/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 00caef529c9..ae970cac20f 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/04/08 12:11:43 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.42 2002/05/14 14:01:33 yyamano Exp $
# Make sure that the version number in "Makefile.gcc" matches this.
DISTNAME= gcc-2.95.3
@@ -97,4 +97,4 @@ post-install:
.include "../../mk/bsd.pkg.mk"
# Make bootstrap with compiler != gcc possible.
-LDFLAGS= ${STRIPFLAG}
+LDFLAGS= ${_STRIPFLAG_CC}