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

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to