File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ endif
146
146
147
147
# Inherit the basename for the configure flags.
148
148
ifdef CONFIGFLAGS-$$(BASE-$(target))
149
- CONFIGFLAGS-$(target) =$$(CONFIGFLAGS-$$(BASE-$(target ) )
149
+ CONFIGFLAGS-$(target) =$$(CONFIGFLAGS-$$(BASE-$(target ) ) )
150
150
else
151
151
CONFIGFLAGS-$(target) =
152
152
endif
@@ -397,8 +397,11 @@ $(target): $$(PYTHON_PLATFORM_SITECUSTOMIZE-$(target)) $$(PYTHON_LIB-$(target))
397
397
398
398
vars-$(target ) :
399
399
@echo ">>> Environment variables for $(target ) "
400
+ @echo "BASE-$(target ) : $$(BASE-$(target ) ) "
400
401
@echo "SDK-$(target ) : $$(SDK-$(target ) ) "
401
402
@echo "ARCH-$(target ) : $$(ARCH-$(target ) ) "
403
+ @echo "CONFIGFLAGS-$(target ) : $$(CONFIGFLAGS-$(target ) ) "
404
+ @echo "VERSION_MIN-$(target ) : $$(VERSION_MIN-$(target ) ) "
402
405
@echo "TARGET_TRIPLE-$(target ) : $$(TARGET_TRIPLE-$(target ) ) "
403
406
@echo "SDK_ROOT-$(target ) : $$(SDK_ROOT-$(target ) ) "
404
407
@echo "BZIP2_INSTALL-$(target ) : $$(BZIP2_INSTALL-$(target ) ) "
You can’t perform that action at this time.
0 commit comments