remove reference to /usr/bin/gcc that hasn't been used since 2012

This commit is contained in:
naddy 2019-08-18 11:33:05 +00:00
parent e9527357d0
commit 00015d83d7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2019/07/12 20:44:05 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2019/08/18 11:33:05 naddy Exp $
# build system needs per-arch tweaks and is very unfriendly to
# bytecode-only builds. powerpc nativecode is currently broken.
@ -33,7 +33,6 @@ CONFIGURE_ARGS = EXTRAFEATURES="${OURFILES:R}"
P5SITE = libdata/perl5/site_perl
P5INST = ${PREFIX}/${P5SITE}
SUBST_VARS += P5SITE
GCC = /usr/bin/gcc# cant use CC in case it's set to cilly
MAKE_FLAGS = CC="${CC}" MAKE="${MAKE_PROGRAM}"