armhf-linker-path
authorCarlos Laviola <claviola@debian.org>
Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)
===================================================================

Gbp-Pq: Name armhf-linker-path.diff

fpcsrc/compiler/systems/t_linux.pas

index a3a03b39d944513ef479952b7c1ab74407725501..a12d4594c9de4004e31bf568d8b8bdc3ba53a44e 100644 (file)
@@ -186,7 +186,7 @@ begin
 
 {$ifdef arm}
 {$ifdef FPC_ARMHF}
-     defdynlinker:='/lib/arm-linux-gnueabihf/ld-linux.so.3';
+     defdynlinker:='/lib/ld-linux-armhf.so.3';
 {$else FPC_ARMHF}
 {$ifdef FPC_ARMEL}
      defdynlinker:='/lib/ld-linux.so.3';