diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-04 16:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-04 16:23:55 +0000 |
commit | 76028fecb8288ff1e4916788d576fc7ea4fb604a (patch) | |
tree | 6668d12004ef101dc58ddb38e227d329dc5bd70e /Mk/bsd.port.mk | |
parent | 818d52eda4e4d66c96f81fa85fba116ddb188fce (diff) | |
download | ports-76028fecb8288ff1e4916788d576fc7ea4fb604a.tar.gz ports-76028fecb8288ff1e4916788d576fc7ea4fb604a.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e970b9d3d310..ca7552bb39cf 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1085,8 +1085,8 @@ IGNORE= Cross building can only be done when using bmake(1) as make(1) .endif # Do not define CPP on purpose .if !defined(HCC) -HCC:= ${CC} -HCXX:= ${CXX} +HOSTCC:= ${CC} +HOSTCXX:= ${CXX} .endif .if !exists(/usr/${X_BUILD_FOR}/usr/bin/cc) X_SYSROOT= ${LOCALBASE}/${X_BUILD_FOR} |