Explorar o código

Use elf32 binary writer for i386 netbsd target

git-svn-id: trunk@20776 -
pierre %!s(int64=13) %!d(string=hai) anos
pai
achega
34a4ee46ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

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