+ define tf_smartlink_sections for the WASM targets

git-svn-id: branches/wasm@46703 -
This commit is contained in:
nickysn 2020-08-26 20:26:36 +00:00
parent 8b3dd67869
commit 35a4e705db
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ unit i_wasi;
shortname : 'Wasi';
flags : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
tf_files_case_sensitive,tf_no_generic_stackcheck,
tf_smartlink_sections,
{ avoid the creation of threadvar tables }
tf_section_threadvars];
cpu : cpu_wasm32;

View File

@ -47,6 +47,7 @@ unit i_wasm;
shortname : 'Wasm';
flags : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
tf_files_case_sensitive,tf_no_generic_stackcheck,
tf_smartlink_sections,
{ avoid the creation of threadvar tables }
tf_section_threadvars];
cpu : cpu_wasm32;