mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 21:43:30 +02:00
* use the LLVM-MC assembler by default for the WebAssembly targets
git-svn-id: branches/wasm@47172 -
This commit is contained in:
parent
9257aa8594
commit
66c1a57ab4
@ -77,8 +77,8 @@ unit i_wasi;
|
|||||||
Cprefix : '';
|
Cprefix : '';
|
||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
assem : as_wasm32_wabt;
|
assem : as_wasm32_llvm_mc;
|
||||||
assemextern : as_wasm32_wabt;
|
assemextern : as_wasm32_llvm_mc;
|
||||||
link : ld_none;
|
link : ld_none;
|
||||||
linkextern : ld_wasi; // there's no linker, only object files for WASM
|
linkextern : ld_wasi; // there's no linker, only object files for WASM
|
||||||
ar : ar_none;
|
ar : ar_none;
|
||||||
|
@ -77,8 +77,8 @@ unit i_wasm;
|
|||||||
Cprefix : '';
|
Cprefix : '';
|
||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
assem : as_wasm32_wabt;
|
assem : as_wasm32_llvm_mc;
|
||||||
assemextern : as_wasm32_wabt;
|
assemextern : as_wasm32_llvm_mc;
|
||||||
link : ld_none;
|
link : ld_none;
|
||||||
linkextern : ld_wasm; // there's no linker, only object files for WASM
|
linkextern : ld_wasm; // there's no linker, only object files for WASM
|
||||||
ar : ar_none;
|
ar : ar_none;
|
||||||
|
Loading…
Reference in New Issue
Block a user