Explorar o código

morphos: also enable the elf32 loader in exeinfo for morphos

git-svn-id: trunk@36805 -
Károly Balogh %!s(int64=8) %!d(string=hai) anos
pai
achega
4002833001
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      rtl/inc/exeinfo.pp

+ 4 - 0
rtl/inc/exeinfo.pp

@@ -138,6 +138,10 @@ uses
   {$endif}
 {$endif}
 
+{$if defined(morphos)}
+  {$define ELF32}
+{$endif}
+
 {$if defined(win32) or defined(wince)}
   {$define PE32}
 {$endif}