[rtems-tools commit] bsp-builder: Collect2 messages are errors.

Chris Johns chrisj at rtems.org
Tue Apr 10 04:00:15 UTC 2018


Module:    rtems-tools
Branch:    master
Commit:    252d21c8cb6e84f9435c19a9c10dd6b2e3466d38
Changeset: http://git.rtems.org/rtems-tools/commit/?id=252d21c8cb6e84f9435c19a9c10dd6b2e3466d38

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Apr 10 11:46:11 2018 +1000

bsp-builder: Collect2 messages are errors.

---

 tester/rt/check.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tester/rt/check.py b/tester/rt/check.py
index f5177e1..e978869 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -461,6 +461,7 @@ class warnings_errors:
                         if 'linker' not in archive:
                             archive['linker'] = []
                         archive['linker'] += [l.split(':', 1)[1].strip()]
+                        messages = 'errors'
                     elif l.startswith('collect2:'):
                         archive =_create_build_errors(build, self.errors)
                         l = '/ld/collect2:0: error: '



More information about the vc mailing list