Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
Library
Commits
b4e1e775
Commit
b4e1e775
authored
Jan 20, 2022
by
Ben Avison
Committed by
ROOL
Jan 28, 2022
Browse files
Support Machine=CortexA53
Version 2.07. Tagged as 'Library-2_07'
parent
841e38fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
ToolOptions/APCS-32,feb
ToolOptions/APCS-32,feb
+2
-0
VersionNum
VersionNum
+10
-10
No files found.
ToolOptions/APCS-32,feb
View file @
b4e1e775
...
...
@@ -26,6 +26,7 @@ If "<Machine>"="RPi" then Set Alias$CC %%CC -APCS 3/32bit/fpe3 -cpu 6 -me
If "<Machine>"="CortexA8" then Set Alias$CC %%CC -APCS 3/32bit/fpe3 -cpu 7 -memaccess +L22+S22-L41 %%*0
If "<Machine>"="CortexA9" then Set Alias$CC %%CC -APCS 3/32bit/fpe3 -cpu 7 -memaccess +L22+S22-L41 %%*0
If "<Machine>"="CortexA7" then Set Alias$CC %%CC -APCS 3/32bit/fpe3 -cpu 7 -memaccess +L22+S22-L41 %%*0
If "<Machine>"="CortexA53" then Set Alias$CC %%CC -APCS 3/32bit/fpe3 -cpu 8-A.32.crypto -memaccess +L22+S22-L41 %%*0
Unset Build$ObjAsmCPU
if "<Machine>"="All32" then Set Build$ObjAsmCPU -cpu 3
if "<Machine>"="32" then Set Build$ObjAsmCPU -cpu 3
...
...
@@ -35,6 +36,7 @@ if "<Machine>"="RPi" then Set Build$ObjAsmCPU -cpu 6Z --fpu VFPv2
if "<Machine>"="CortexA8" then Set Build$ObjAsmCPU -cpu Cortex-A8
if "<Machine>"="CortexA9" then Set Build$ObjAsmCPU -cpu Cortex-A9
if "<Machine>"="CortexA7" then Set Build$ObjAsmCPU -cpu Cortex-A7
if "<Machine>"="CortexA53" then Set Build$ObjAsmCPU -cpu Cortex-A53.crypto
Set Alias$ObjAsm %%ObjAsm -APCS 3/32bit/fpe3 <Build$ObjAsmCPU> %%*0
| Declare an alias for VFP APCS variants (necessary to get the correct word ordering with DCFD)
Set Alias$ObjAsmVFP %%ObjAsm -APCS 3/32bit/vfp <Build$ObjAsmCPU> %%*0
...
...
VersionNum
View file @
b4e1e775
/* (2.0
6
)
/* (2.0
7
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 2.0
6
#define Module_MajorVersion_CMHG 2.0
7
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 2
4 May
202
1
#define Module_Date_CMHG 2
8 Jan
202
2
#define Module_MajorVersion "2.0
6
"
#define Module_Version 20
6
#define Module_MajorVersion "2.0
7
"
#define Module_Version 20
7
#define Module_MinorVersion ""
#define Module_Date "2
4 May
202
1
"
#define Module_Date "2
8 Jan
202
2
"
#define Module_ApplicationDate "2
4-May
-2
1
"
#define Module_ApplicationDate "2
8-Jan
-2
2
"
#define Module_ComponentName "Library"
#define Module_FullVersion "2.0
6
"
#define Module_HelpVersion "2.0
6
(2
4 May
202
1
)"
#define Module_LibraryVersionInfo "2:
6
"
#define Module_FullVersion "2.0
7
"
#define Module_HelpVersion "2.0
7
(2
8 Jan
202
2
)"
#define Module_LibraryVersionInfo "2:
7
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment