rust: fix target generation add 'has-elf-tls'
This field defaults to false but for all of our targets it should be true. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
@@ -217,6 +217,7 @@ def rust_gen_target(d, thing, wd):
|
||||
tspec['morestack'] = True
|
||||
tspec['linker-is-gnu'] = True
|
||||
tspec['has-rpath'] = True
|
||||
tspec['has-elf-tls'] = True
|
||||
tspec['position-independent-executables'] = True
|
||||
tspec['pre-link-args'] = pre_link_args_for(d, thing, arch)
|
||||
tspec['post-link-args'] = post_link_args_for(d, thing, arch)
|
||||
|
||||
Reference in New Issue
Block a user