mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +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];
|
||||
cpu : cpu_arm;
|
||||
unit_env : 'LINUXUNITS';
|
||||
extradefines : 'UNIX;HASUNIX';
|
||||
extradefines : 'UNIX;HASUNIX;CPUARMEL';
|
||||
exeext : '';
|
||||
defext : '.def';
|
||||
scriptext : '.sh';
|
||||
|
Loading…
Reference in New Issue
Block a user