Add Math64.S to reduce the number of compiler intrinsics that need to be supported. It turns out they seem to change from GCC generation to generation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10259 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -588,7 +588,7 @@
|
||||
[Sources.ARM]
|
||||
Arm/InternalSwitchStack.c
|
||||
Arm/Unaligned.c
|
||||
Math64.c
|
||||
Math64.c | RVCT
|
||||
|
||||
Arm/SwitchStack.asm | RVCT
|
||||
Arm/SetJumpLongJump.asm | RVCT
|
||||
@@ -596,8 +596,9 @@
|
||||
Arm/EnableInterrupts.asm | RVCT
|
||||
Arm/GetInterruptsState.asm | RVCT
|
||||
Arm/CpuPause.asm | RVCT
|
||||
Arm/CpuBreakpoint.asm
|
||||
Arm/CpuBreakpoint.asm | RVCT
|
||||
|
||||
Arm/Math64.S | GCC
|
||||
Arm/GccInline.c | GCC
|
||||
Arm/EnableInterrupts.S | GCC
|
||||
Arm/DisableInterrupts.S | GCC
|
||||
|
Reference in New Issue
Block a user