projects
/
fpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd00a4
)
armhf-linker-path
author
Carlos Laviola
<claviola@debian.org>
Sat, 13 Apr 2013 07:52:42 +0000
(07:52 +0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/fpcsrc/compiler/systems/t_linux.pas
b/fpcsrc/compiler/systems/t_linux.pas
index a3a03b39d944513ef479952b7c1ab74407725501..a12d4594c9de4004e31bf568d8b8bdc3ba53a44e 100644
(file)
--- a/
fpcsrc/compiler/systems/t_linux.pas
+++ b/
fpcsrc/compiler/systems/t_linux.pas
@@
-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';