mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
Fix building D.U.M.A. when C++ is not configured.
/trunk/scripts/build/debug/200-duma.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
21f8f48369
commit
94ce4c79f9
@ -46,7 +46,7 @@ do_debug_duma_build() {
|
||||
make HOSTCC="${CT_CC_NATIVE}" \
|
||||
HOSTCXX="${CT_CC_NATIVE}" \
|
||||
CC="${CT_TARGET}-gcc" \
|
||||
CXX="${CT_TARGET}-g++" \
|
||||
CXX="${CT_TARGET}-gcc" \
|
||||
RANLIB="${CT_TARGET}-ranlib" \
|
||||
DUMA_CPP="${DUMA_CPP}" \
|
||||
${libs} 2>&1 |CT_DoLog ALL
|
||||
|
Loading…
Reference in New Issue
Block a user