gem5: use lld as the default linker

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-10-12 02:00:01 +00:00
parent 2cfdbf79f2
commit 066c717aad
3 changed files with 11 additions and 8 deletions

View File

@@ -1747,6 +1747,12 @@ class BuildCliFunction(LkmcCliFunction):
'default': '',
'help': '''\
Pass the given compiler flags to all languages (C, C++, Fortran, etc.)
''',
},
'--ldflags': {
'default': '',
'help': '''\
Extra linker flags.
''',
},
'--configure': {