Browse Source

i386-OpenBSD 4.9 has no underscore prefix

git-svn-id: trunk@19377 -
pierre 14 years ago
parent
commit
4a8b37016a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

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