From 68ce9995fadf37bf4eec05495d28e3af4ee00387 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Fri, 8 Jun 2012 03:08:32 +0000 Subject: Enable ARM support. Signed-off-by: Olivier Martin Reviewed-by: Ruiyu Ni (based on FatPkg commit dac56596e17d747bf01597edf3f43df5844038de) [jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Acked-by: Laszlo Ersek Acked-by: Leif Lindholm --- FatPkg/FatPkg.dsc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'FatPkg') diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index 6c5be6a3bd..c718fb422e 100644 --- a/FatPkg/FatPkg.dsc +++ b/FatPkg/FatPkg.dsc @@ -21,7 +21,7 @@ PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c PLATFORM_VERSION = 0.2 DSC_SPECIFICATION = 0x00010005 - SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC + SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM OUTPUT_DIRECTORY = Build/Fat BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT @@ -30,6 +30,7 @@ GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG + RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG [LibraryClasses] # @@ -58,6 +59,9 @@ HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf +[LibraryClasses.ARM] + NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + ################################################################################################### # # Components Section - list of the modules and components that will be processed by compilation -- cgit v1.2.3