mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:09:19 +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 : '';
|
||||
newline : #10;
|
||||
dirsep : '/';
|
||||
assem : as_gas;
|
||||
assem : as_i386_elf32;
|
||||
assemextern : as_gas;
|
||||
link : nil;
|
||||
linkextern : nil;
|
||||
|
Loading…
Reference in New Issue
Block a user