Browse Source

* use elf writer for beos

git-svn-id: trunk@7439 -
peter 18 năm trước cách đây
mục cha
commit
c83f5c8546
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/systems/i_beos.pas

+ 1 - 1
compiler/systems/i_beos.pas

@@ -57,7 +57,7 @@ unit i_beos;
             Cprefix      : '';
             newline      : #10;
             dirsep       : '/';
-            assem        : as_gas;
+            assem        : as_i386_elf32;
             assemextern  : as_gas;
             link         : nil;
             linkextern   : nil;