Index: compiler/systems/t_bsd.pas
===================================================================
--- compiler/systems/t_bsd.pas	(revision 17109)
+++ compiler/systems/t_bsd.pas	(working copy)
@@ -342,7 +342,7 @@
             system_arm_darwin:
               { don't specify architecture subtype, because then CPU_SUBTYPE_ALL
                 files, such as compiled resources, are rejected }
-              LinkRes.Add('arm');
+              LinkRes.Add(lower(cputypestr[current_settings.cputype]));
           end;
       end;
   end;
