mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:29:14 +02:00
Use elf32 binary writer for i386 netbsd target
git-svn-id: trunk@20776 -
This commit is contained in:
parent
db3346994c
commit
34a4ee46ff
@ -218,7 +218,7 @@ unit i_bsd;
|
|||||||
Cprefix : '';
|
Cprefix : '';
|
||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
assem : as_gas;
|
assem : as_i386_elf32;
|
||||||
assemextern : as_gas;
|
assemextern : as_gas;
|
||||||
link : nil;
|
link : nil;
|
||||||
linkextern : nil;
|
linkextern : nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user