summaryrefslogtreecommitdiff
path: root/compiler/systems/i_sunos.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/i_sunos.pas')
-rw-r--r--compiler/systems/i_sunos.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/systems/i_sunos.pas b/compiler/systems/i_sunos.pas
index e076e01a30..95a7454999 100644
--- a/compiler/systems/i_sunos.pas
+++ b/compiler/systems/i_sunos.pas
@@ -61,7 +61,7 @@ unit i_sunos;
assemextern : as_gas;
link : nil;
linkextern : nil;
- ar : ar_gnu_ar;
+ ar : ar_gnu_gar;
res : res_none;
dbg : dbg_stabs;
script : script_unix;
@@ -119,7 +119,7 @@ unit i_sunos;
assemextern : as_gas;
link : nil;
linkextern : nil;
- ar : ar_gnu_ar;
+ ar : ar_gnu_gar;
res : res_none;
dbg : dbg_stabs;
script : script_unix;