Add per arch build sets using %include.

Add per arch build sets as this is really what RTEMS needs. You
can then vary the version based on the architecture.

Add '%include' to the buildset files.
This commit is contained in:
Chris Johns
2013-02-09 19:07:37 +11:00
parent 6a2003e687
commit 2f72d35a79
5 changed files with 72 additions and 15 deletions

View File

@@ -251,7 +251,7 @@ class command_line:
def _help(self):
print '%s: [options] [args]' % (self.command_name)
print 'Source Builder, an RTEMS Tools Project (c) 2012 Chris Johns'
print 'Source Builder, an RTEMS Tools Project (c) 2012-2013 Chris Johns'
print 'Options and arguments:'
print '--force : Create directories that are not present'
print '--trace : Trace the execution (not current used)'