Use elf32 binary writer for i386 netbsd target

git-svn-id: trunk@20776 -
This commit is contained in:
pierre 2012-04-09 22:00:54 +00:00
parent db3346994c
commit 34a4ee46ff

View File

@ -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;