Explorar o código

Use 'set gnutarget elf32-littlearm' for arm cross

git-svn-id: trunk@28939 -
pierre %!s(int64=10) %!d(string=hai) anos
pai
achega
c5601c5094
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      ide/fpdebug.pas

+ 4 - 0
ide/fpdebug.pas

@@ -662,6 +662,10 @@ begin
   Command('set print object off');
 {$ifdef SUPPORT_REMOTE}
   isFirstRemote:=true;
+{$ifdef FPC_ARMEL32}
+  { GDB needs advice on exact file type }
+  Command('set gnutarget elf32-littlearm');
+{$endif FPC_ARMEL32}
 {$endif SUPPORT_REMOTE}
 end;