mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:20:16 +02:00
+ enabled tf_needs_symbol_type for the wasm targets
git-svn-id: branches/wasm@46702 -
This commit is contained in:
parent
e3da45de37
commit
8b3dd67869
@ -45,7 +45,8 @@ unit i_wasi;
|
|||||||
system : system_wasm32_wasi;
|
system : system_wasm32_wasi;
|
||||||
name : 'The WebAssembly System Interface (WASI)';
|
name : 'The WebAssembly System Interface (WASI)';
|
||||||
shortname : 'Wasi';
|
shortname : 'Wasi';
|
||||||
flags : [tf_under_development,tf_needs_symbol_size,tf_files_case_sensitive,tf_no_generic_stackcheck,
|
flags : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
|
||||||
|
tf_files_case_sensitive,tf_no_generic_stackcheck,
|
||||||
{ avoid the creation of threadvar tables }
|
{ avoid the creation of threadvar tables }
|
||||||
tf_section_threadvars];
|
tf_section_threadvars];
|
||||||
cpu : cpu_wasm32;
|
cpu : cpu_wasm32;
|
||||||
|
@ -45,7 +45,8 @@ unit i_wasm;
|
|||||||
system : system_wasm32_wasm;
|
system : system_wasm32_wasm;
|
||||||
name : 'WebAssembly';
|
name : 'WebAssembly';
|
||||||
shortname : 'Wasm';
|
shortname : 'Wasm';
|
||||||
flags : [tf_under_development,tf_needs_symbol_size,tf_files_case_sensitive,tf_no_generic_stackcheck,
|
flags : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
|
||||||
|
tf_files_case_sensitive,tf_no_generic_stackcheck,
|
||||||
{ avoid the creation of threadvar tables }
|
{ avoid the creation of threadvar tables }
|
||||||
tf_section_threadvars];
|
tf_section_threadvars];
|
||||||
cpu : cpu_wasm32;
|
cpu : cpu_wasm32;
|
||||||
|
Loading…
Reference in New Issue
Block a user