mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 17:30:38 +02:00
+ define CPUARMEL on armel-linux
git-svn-id: trunk@11212 -
This commit is contained in:
parent
58757d0630
commit
fbece263a3
@ -522,7 +522,7 @@ unit i_linux;
|
|||||||
tf_use_function_relative_addresses,tf_requires_proper_alignment,tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
tf_use_function_relative_addresses,tf_requires_proper_alignment,tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
||||||
cpu : cpu_arm;
|
cpu : cpu_arm;
|
||||||
unit_env : 'LINUXUNITS';
|
unit_env : 'LINUXUNITS';
|
||||||
extradefines : 'UNIX;HASUNIX';
|
extradefines : 'UNIX;HASUNIX;CPUARMEL';
|
||||||
exeext : '';
|
exeext : '';
|
||||||
defext : '.def';
|
defext : '.def';
|
||||||
scriptext : '.sh';
|
scriptext : '.sh';
|
||||||
|
Loading…
Reference in New Issue
Block a user