mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:19:19 +02:00
* fixed case sensitivity flags for Amiga & co
git-svn-id: trunk@2275 -
This commit is contained in:
parent
66f8276445
commit
b0d7dd59e8
@ -32,7 +32,7 @@ unit i_amiga;
|
|||||||
system : system_m68k_Amiga;
|
system : system_m68k_Amiga;
|
||||||
name : 'Commodore Amiga';
|
name : 'Commodore Amiga';
|
||||||
shortname : 'amiga';
|
shortname : 'amiga';
|
||||||
flags : [tf_files_case_sensitive,tf_use_function_relative_addresses];
|
flags : [tf_files_case_aware,tf_use_function_relative_addresses];
|
||||||
cpu : cpu_m68k;
|
cpu : cpu_m68k;
|
||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : '';
|
extradefines : '';
|
||||||
@ -83,7 +83,7 @@ unit i_amiga;
|
|||||||
);
|
);
|
||||||
first_parm_offset : 8;
|
first_parm_offset : 8;
|
||||||
stacksize : 262144;
|
stacksize : 262144;
|
||||||
abi : abi_default;
|
abi : abi_default;
|
||||||
);
|
);
|
||||||
|
|
||||||
system_powerpc_amiga_info : tsysteminfo =
|
system_powerpc_amiga_info : tsysteminfo =
|
||||||
@ -91,7 +91,7 @@ unit i_amiga;
|
|||||||
system : system_powerpc_Amiga;
|
system : system_powerpc_Amiga;
|
||||||
name : 'AmigaOS for PowerPC';
|
name : 'AmigaOS for PowerPC';
|
||||||
shortname : 'amiga';
|
shortname : 'amiga';
|
||||||
flags : [tf_files_case_sensitive,tf_use_function_relative_addresses];
|
flags : [tf_files_case_aware,tf_use_function_relative_addresses];
|
||||||
cpu : cpu_powerpc;
|
cpu : cpu_powerpc;
|
||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : '';
|
extradefines : '';
|
||||||
@ -142,7 +142,7 @@ unit i_amiga;
|
|||||||
);
|
);
|
||||||
first_parm_offset : 8;
|
first_parm_offset : 8;
|
||||||
stacksize : 262144;
|
stacksize : 262144;
|
||||||
abi : abi_powerpc_sysv;
|
abi : abi_powerpc_sysv;
|
||||||
);
|
);
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
@ -32,7 +32,7 @@ unit i_morph;
|
|||||||
system : system_powerpc_MorphOS;
|
system : system_powerpc_MorphOS;
|
||||||
name : 'MorphOS';
|
name : 'MorphOS';
|
||||||
shortname : 'MorphOS';
|
shortname : 'MorphOS';
|
||||||
flags : [tf_files_case_sensitive,tf_use_function_relative_addresses];
|
flags : [tf_files_case_aware,tf_use_function_relative_addresses];
|
||||||
cpu : cpu_powerpc;
|
cpu : cpu_powerpc;
|
||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : '';
|
extradefines : '';
|
||||||
|
Loading…
Reference in New Issue
Block a user