mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 19:48:21 +02:00
* use ld_none for the internal linker for the WASM32 targets, because that's the
convention used by FPC for targets, that don't have an internal linker implemented yet git-svn-id: branches/wasm@46271 -
This commit is contained in:
parent
a2a4d5473a
commit
6a1688d45c
@ -77,7 +77,7 @@ unit i_wasi;
|
||||
dirsep : '/';
|
||||
assem : as_wasm32_wabt;
|
||||
assemextern : as_wasm32_wabt;
|
||||
link : ld_wasi;
|
||||
link : ld_none;
|
||||
linkextern : ld_wasi; // there's no linker, only object files for WASM
|
||||
ar : ar_none;
|
||||
res : res_none;
|
||||
|
@ -77,7 +77,7 @@ unit i_wasm;
|
||||
dirsep : '/';
|
||||
assem : as_wasm32_wabt;
|
||||
assemextern : as_wasm32_wabt;
|
||||
link : ld_wasm;
|
||||
link : ld_none;
|
||||
linkextern : ld_wasm; // there's no linker, only object files for WASM
|
||||
ar : ar_none;
|
||||
res : res_none;
|
||||
|
Loading…
Reference in New Issue
Block a user