소스 검색

* also use the ARM/EABI linker script when targeting armhf

git-svn-id: trunk@31451 -
Jonas Maebe 10 년 전
부모
커밋
6bb430e97c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/t_linux.pas

+ 1 - 1
compiler/systems/t_linux.pas

@@ -965,7 +965,7 @@ begin
 {$endif AArch64}
 {$endif AArch64}
 
 
 {$ifdef ARM}
 {$ifdef ARM}
-      if target_info.abi=abi_eabi then
+      if target_info.abi in [abi_eabi,abi_eabihf] then
         begin
         begin
           { from GNU ld (CodeSourcery Sourcery G++ Lite 2007q3-53) 2.18.50.20070820 }
           { from GNU ld (CodeSourcery Sourcery G++ Lite 2007q3-53) 2.18.50.20070820 }
           add('/* Script for -z combreloc: combine and sort reloc sections */');
           add('/* Script for -z combreloc: combine and sort reloc sections */');