[PATCH 2/9] [waf] Out COMPILER value from bsp_defaults for later confiugre
Hesham Almatary
Hesham.Almatary at cl.cam.ac.uk
Fri Apr 10 10:39:29 UTC 2020
configure reads this from config.ini and uses it later. Otherwise,
there is no other way to pass 'COMPILER' from bsp_defaults's options to
configure and it's assigned None.
---
wscript | 1 +
1 file changed, 1 insertion(+)
diff --git a/wscript b/wscript
index c0a3fd31e8..c763e214f6 100755
--- a/wscript
+++ b/wscript
@@ -1409,6 +1409,7 @@ def bsp_defaults(ctx):
if first:
no_matches_error(ctx, white_list)
+ print("COMPILER = " + compiler)
def bsp_list(ctx):
"""lists base BSP variants"""
--
2.17.1
More information about the devel
mailing list