mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:59:25 +02:00
AROS: shortname in system description to uppercase (usual form)
git-svn-id: trunk@32140 -
This commit is contained in:
parent
18f37f783d
commit
2f83eeba39
@ -33,7 +33,7 @@ unit i_aros;
|
||||
(
|
||||
system : system_i386_aros;
|
||||
name : 'AROS for i386';
|
||||
shortname : 'aros';
|
||||
shortname : 'AROS';
|
||||
flags : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'AROSUNITS';
|
||||
@ -96,7 +96,7 @@ unit i_aros;
|
||||
(
|
||||
system : system_x86_64_aros;
|
||||
name : 'AROS for x86_64';
|
||||
shortname : 'aros';
|
||||
shortname : 'AROS';
|
||||
flags : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
|
||||
cpu : cpu_x86_64;
|
||||
unit_env : 'AROSUNITS';
|
||||
|
Loading…
Reference in New Issue
Block a user