Skip to content

Commit

Permalink
Pass down HAVE_LLVM and HAVE_GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed Sep 8, 2013
1 parent 3c99172 commit add1c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/bsd.pkg.use.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.use.mk,v 1.54 2013/05/10 09:07:37 obache Exp $
# $NetBSD: bsd.pkg.use.mk,v 1.55 2013/09/08 16:32:17 joerg Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
Expand All @@ -20,7 +20,7 @@
#

.if defined(USE_BSD_MAKEFILE)
MAKE_ENV+= ${BSD_MAKE_ENV} INSTALL=${TOOLS_INSTALL:Q}
MAKE_ENV+= ${BSD_MAKE_ENV} INSTALL=${TOOLS_INSTALL:Q} HAVE_LLVM=${HAVE_LLVM:Q} HAVE_GCC=${HAVE_GCC:Q}
.endif

.if defined(USE_IMAKE) || !empty(USE_TOOLS:Mimake)
Expand Down

0 comments on commit add1c89

Please sign in to comment.