userland: --static implies --userland-build-id static

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-02-15 00:00:00 +00:00
parent 62d2152f39
commit 01194dda5c
3 changed files with 17 additions and 17 deletions

View File

@@ -34,14 +34,6 @@ Use the host packaged cross toolchain.
'--make-args',
default='',
)
self.add_argument(
'--static',
default=False,
help='''\
Build the executables statically. TODO not implemented: Set the build id to 'static'
if one was not given explicitly.
''',
)
self.add_argument(
'targets',
default=[],