mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:29:13 +02:00
- removed registration of x86_6432 target because it's not supported in any
way by the compiler (and furthermore it would have to be registerd in an the x86_64 compiler binary, not an i386 one) (mantis #25525) git-svn-id: trunk@26460 -
This commit is contained in:
parent
5fc4af09dd
commit
ca446b4b2a
@ -1506,10 +1506,6 @@ initialization
|
||||
RegisterImport(system_i386_linux,timportliblinux);
|
||||
RegisterExport(system_i386_linux,texportliblinux);
|
||||
RegisterTarget(system_i386_linux_info);
|
||||
|
||||
RegisterImport(system_x86_6432_linux,timportliblinux);
|
||||
RegisterExport(system_x86_6432_linux,texportliblinux);
|
||||
RegisterTarget(system_x86_6432_linux_info);
|
||||
{$endif i386}
|
||||
{$ifdef m68k}
|
||||
RegisterImport(system_m68k_linux,timportliblinux);
|
||||
|
Loading…
Reference in New Issue
Block a user