|
@@ -318,7 +318,7 @@ interface
|
|
systems_freertos = [system_xtensa_freertos,system_arm_freertos];
|
|
systems_freertos = [system_xtensa_freertos,system_arm_freertos];
|
|
|
|
|
|
{ all systems that allow section directive }
|
|
{ all systems that allow section directive }
|
|
- systems_allow_section = systems_embedded+systems_freertos+systems_wasm;
|
|
|
|
|
|
+ systems_allow_section = systems_embedded+systems_freertos+systems_wasm+[system_powerpc_morphos];
|
|
|
|
|
|
{ systems that uses dotted function names as descriptors }
|
|
{ systems that uses dotted function names as descriptors }
|
|
systems_dotted_function_names = [system_powerpc64_linux]+systems_aix;
|
|
systems_dotted_function_names = [system_powerpc64_linux]+systems_aix;
|