mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
+ allow the 'section' directive for the WebAssembly platforms
This commit is contained in:
parent
fcae0e311d
commit
55482bd876
@ -318,7 +318,7 @@ interface
|
||||
systems_freertos = [system_xtensa_freertos,system_arm_freertos];
|
||||
|
||||
{ all systems that allow section directive }
|
||||
systems_allow_section = systems_embedded+systems_freertos;
|
||||
systems_allow_section = systems_embedded+systems_freertos+systems_wasm;
|
||||
|
||||
{ systems that uses dotted function names as descriptors }
|
||||
systems_dotted_function_names = [system_powerpc64_linux]+systems_aix;
|
||||
|
Loading…
Reference in New Issue
Block a user