diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2015-07-30 09:51:04 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2015-07-30 09:51:04 +0000 |
commit | 1bbb83b5267b8a6701a6acae504a2b2e6b5db569 (patch) | |
tree | c42482da4a77a01d4c4910a5fc89035aa6df3fa1 /StdLib/StdLib.dec | |
parent | d799c0283259ed7709055aca3871e8f67f38610a (diff) | |
download | edk2-platforms-1bbb83b5267b8a6701a6acae504a2b2e6b5db569.tar.xz |
StdLib: Add support for AArch64
- Use some files from ARM version.
- Use NetBSD software floating point library to provide floating point
operations not handled directly by hardware floating point enabled
GCC compiler.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Daryl McDaniel <edk2-lists@mc2research.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18118 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/StdLib.dec')
-rw-r--r-- | StdLib/StdLib.dec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StdLib/StdLib.dec b/StdLib/StdLib.dec index 7a0b5513e9..98a5d89eac 100644 --- a/StdLib/StdLib.dec +++ b/StdLib/StdLib.dec @@ -35,6 +35,9 @@ [Includes.ARM]
Include/Arm
+[Includes.AARCH64]
+ Include/Aarch64
+
[Guids]
gStdLibTokenSpaceGuid = { 0x447559f0, 0xd02e, 0x4cf1, { 0x99, 0xbc, 0xca, 0x11, 0x65, 0x40, 0x54, 0xc2 }}
|