소스 검색

* fixed for darwin

git-svn-id: trunk@3413 -
Jonas Maebe 19 년 전
부모
커밋
da3d22e11e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/aggas.pas

+ 2 - 1
compiler/aggas.pas

@@ -279,7 +279,8 @@ implementation
         { For bss we need to set some flags that are target dependent,
           it is easier to disable it for smartlinking. It doesn't take up
           filespace }
-        if use_smartlink_section and
+        if not(target_info.system in [system_powerpc_darwin,system_i386_darwin]) and
+           use_smartlink_section and
            (aname<>'') and
            (atype<>sec_bss) then
           result:=secname+'.'+aname