[rtems_waf commit] rtems.py: Pass -EL, -EB, and -Gn to link phase
Joel Sherrill
joel at rtems.org
Sun Oct 14 21:16:30 UTC 2018
Module: rtems_waf
Branch: master
Commit: 2fec1c587bc901b9192ee6d7e457cb72876a5e5a
Changeset: http://git.rtems.org/rtems_waf/commit/?id=2fec1c587bc901b9192ee6d7e457cb72876a5e5a
Author: Joel Sherrill <joel at rtems.org>
Date: Sun Oct 14 16:15:36 2018 -0500
rtems.py: Pass -EL, -EB, and -Gn to link phase
closes #3424.
---
rtems.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rtems.py b/rtems.py
index bda4436..1b0da60 100644
--- a/rtems.py
+++ b/rtems.py
@@ -791,7 +791,7 @@ def _filter_flags(label, flags, arch, rtems_path):
[ { 'key': 'warnings', 'path': False, 'flags': { '-W': 1 }, 'cflags': False, 'lflags': False },
{ 'key': 'includes', 'path': True, 'flags': { '-I': 1, '-isystem': 2, '-sysroot': 2 } },
{ 'key': 'libpath', 'path': True, 'flags': { '-L': 1 } },
- { 'key': 'machines', 'path': True, 'flags': { '-O': 1, '-m': 1, '-f': 1 } },
+ { 'key': 'machines', 'path': True, 'flags': { '-O': 1, '-m': 1, '-f': 1, '-G':1, '-E':1 } },
{ 'key': 'specs', 'path': True, 'flags': { '-q': 1, '-B': 2, '--specs': 2 } } ]
flags = _strip_cflags(flags)
More information about the vc
mailing list