Ensure make xdev respect which compiler is CC
and which compilers should be built according to standard build options
This commit is contained in:
parent
66e227bf1e
commit
ae85a4898b
@ -1919,11 +1919,11 @@ _xb-build-tools:
|
|||||||
|
|
||||||
_xb-cross-tools:
|
_xb-cross-tools:
|
||||||
.for _tool in \
|
.for _tool in \
|
||||||
gnu/usr.bin/binutils \
|
${_binutils} \
|
||||||
gnu/usr.bin/cc \
|
|
||||||
usr.bin/ar \
|
usr.bin/ar \
|
||||||
${_clang_libs} \
|
${_clang_libs} \
|
||||||
${_clang}
|
${_clang} \
|
||||||
|
${_cc}
|
||||||
${_+_}@${ECHODIR} "===> xdev ${_tool} (obj,depend,all)"; \
|
${_+_}@${ECHODIR} "===> xdev ${_tool} (obj,depend,all)"; \
|
||||||
cd ${.CURDIR}/${_tool} && \
|
cd ${.CURDIR}/${_tool} && \
|
||||||
${CDMAKE} DIRPRFX=${_tool}/ obj && \
|
${CDMAKE} DIRPRFX=${_tool}/ obj && \
|
||||||
@ -1947,10 +1947,11 @@ xdev-install: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries _x
|
|||||||
_xi-cross-tools:
|
_xi-cross-tools:
|
||||||
@echo "_xi-cross-tools"
|
@echo "_xi-cross-tools"
|
||||||
.for _tool in \
|
.for _tool in \
|
||||||
gnu/usr.bin/binutils \
|
${_binutils} \
|
||||||
gnu/usr.bin/cc \
|
|
||||||
usr.bin/ar \
|
usr.bin/ar \
|
||||||
${_clang}
|
${_clang_libs} \
|
||||||
|
${_clang} \
|
||||||
|
${_cc}
|
||||||
${_+_}@${ECHODIR} "===> xdev ${_tool} (install)"; \
|
${_+_}@${ECHODIR} "===> xdev ${_tool} (install)"; \
|
||||||
cd ${.CURDIR}/${_tool}; \
|
cd ${.CURDIR}/${_tool}; \
|
||||||
${CDMAKE} DIRPRFX=${_tool}/ install DESTDIR=${XDDESTDIR}
|
${CDMAKE} DIRPRFX=${_tool}/ install DESTDIR=${XDDESTDIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user