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:
Chris Johns
2014-08-21 22:40:47 +10:00
parent 05cea12ce1
commit 257d1e4378
5 changed files with 15 additions and 4 deletions

View File

@@ -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 '):