ソースを参照

Modern i386 NetBSD has no underscore prefix, but since when?

git-svn-id: trunk@20292 -
pierre 13 年 前
コミット
0f1a4f94af
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

@@ -215,7 +215,7 @@ unit i_bsd;
             sharedClibprefix : 'lib';
             sharedClibprefix : 'lib';
             importlibprefix : 'libimp';
             importlibprefix : 'libimp';
             importlibext : '.a';
             importlibext : '.a';
-            Cprefix      : '_';
+            Cprefix      : '';
             newline      : #10;
             newline      : #10;
             dirsep       : '/';
             dirsep       : '/';
             assem        : as_gas;
             assem        : as_gas;