mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-27 23:07:18 +01:00
Use 'set gnutarget elf32-littlearm' for arm cross
git-svn-id: trunk@28939 -
This commit is contained in:
parent
9e4e667842
commit
c5601c5094
@ -662,6 +662,10 @@ begin
|
|||||||
Command('set print object off');
|
Command('set print object off');
|
||||||
{$ifdef SUPPORT_REMOTE}
|
{$ifdef SUPPORT_REMOTE}
|
||||||
isFirstRemote:=true;
|
isFirstRemote:=true;
|
||||||
|
{$ifdef FPC_ARMEL32}
|
||||||
|
{ GDB needs advice on exact file type }
|
||||||
|
Command('set gnutarget elf32-littlearm');
|
||||||
|
{$endif FPC_ARMEL32}
|
||||||
{$endif SUPPORT_REMOTE}
|
{$endif SUPPORT_REMOTE}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user