mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Remove debug print.
This commit is contained in:
parent
fc619d8d22
commit
670bb08fbc
@ -375,7 +375,6 @@ class command_line:
|
|||||||
exit_code, proc, output = e.shell(config_sub + ' ' + value)
|
exit_code, proc, output = e.shell(config_sub + ' ' + value)
|
||||||
if exit_code == 0:
|
if exit_code == 0:
|
||||||
value = output
|
value = output
|
||||||
print macro, value
|
|
||||||
self.defaults[macro] = ('triplet', 'none', value)
|
self.defaults[macro] = ('triplet', 'none', value)
|
||||||
self.opts[lo[2:]] = value
|
self.opts[lo[2:]] = value
|
||||||
_arch = macro + '_cpu'
|
_arch = macro + '_cpu'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user