mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
rtems-4.11: Fix building the SPARC simulator.
Add support for simulator options to enable special features of some gdb simulators.
This commit is contained in:
@@ -531,7 +531,7 @@ class file:
|
||||
log.warning('malformed expand macro, no colon found')
|
||||
else:
|
||||
e = self._expand(m[colon + 1:-1].strip())
|
||||
s = s.replace(m, e)
|
||||
s = s.replace(m, self._label(e))
|
||||
expanded = True
|
||||
mn = None
|
||||
elif m.startswith('%{with '):
|
||||
|
Reference in New Issue
Block a user