diff options
author | Brendan Jackman <brendan.jackman@arm.com> | 2014-05-08 14:54:11 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-05-08 14:54:11 +0000 |
commit | ef7b3786058cd29d1a180fa162e5034dd5557933 (patch) | |
tree | 47687e5658913b16e9db48996711e6c1a1ce49bc /ArmPkg/Library/CompilerIntrinsicsLib | |
parent | 5382a857be5061106f36d18640f685588cb827d5 (diff) | |
download | edk2-platforms-ef7b3786058cd29d1a180fa162e5034dd5557933.tar.xz |
ARM Packages: Remove GCC filter for AARCH64 assembly files
Some non-GCC toolchain might support the GNU assembly language.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Brendan Jackman <brendan.jackman@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15504 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/CompilerIntrinsicsLib')
-rw-r--r-- | ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf b/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf index d230da2969..ace30e82ff 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf +++ b/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf @@ -23,7 +23,7 @@ LIBRARY_CLASS = CompilerIntrinsicsLib
[Sources.AARCH64]
- AArch64/memcpy.S | GCC
+ AArch64/memcpy.S
AArch64/memset.c
[Sources.ARM]
|