mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Quote {CC} so ccache can be used.
This commit is contained in:
parent
a43e859d63
commit
ee6b45631e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ CFLAGS+= -finhibit-size-directive -fno-inline-functions \
|
|||
CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I. \
|
||||
-I${CCDIR}/cc_tools
|
||||
CRTS_CFLAGS= -DCRTSTUFFS_O ${PICFLAG}
|
||||
MKDEPCMD= CC=${CC} MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep
|
||||
MKDEPCMD= CC="${CC}" MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep
|
||||
|
||||
.if ${TARGET_ARCH} == "sparc64"
|
||||
.PATH: ${GCCDIR}/config/${GCC_CPU}
|
||||
|
|
|
|||
Loading…
Reference in a new issue