We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b1fd6 commit 2d791e6Copy full SHA for 2d791e6
make/devkit/Tools.gmk
@@ -475,7 +475,7 @@ $(BUILDDIR)/$(binutils_ver)/Makefile \
475
--enable-multilib \
476
--enable-threads \
477
--enable-plugins \
478
- ) 2>&1 | tee $(@D)/log.config
+ ) 2>&1 | tee $(@D)/log.config
479
@echo 'done'
480
481
$(BUILDDIR)/$(mpfr_ver)/Makefile \
@@ -544,7 +544,7 @@ ifneq (,$(annobin_ver))
544
--without-debuginfod \
545
--without-clang-plugin \
546
--without-llvm-plugin \
547
- ) > $(@D)/log.config 2>&1
548
549
endif
550
0 commit comments