mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:50:18 +02:00
have an explicit define for OS4, so we can easily identify it in shared sources among Amiga-like systems, independent from the CPU define
git-svn-id: trunk@26859 -
This commit is contained in:
parent
96ba1090e0
commit
0591caf022
@ -99,7 +99,7 @@ unit i_amiga;
|
||||
flags : [tf_files_case_aware];
|
||||
cpu : cpu_powerpc;
|
||||
unit_env : '';
|
||||
extradefines : 'PPC603;HASAMIGA';
|
||||
extradefines : 'PPC603;HASAMIGA;AMIGAOS4';
|
||||
exeext : '';
|
||||
defext : '.def';
|
||||
scriptext : '.sh';
|
||||
|
Loading…
Reference in New Issue
Block a user