mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
@@ -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)'
|
||||
|
Reference in New Issue
Block a user