]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/BaseLib.inf
Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost during...
[mirror_edk2.git] / MdePkg / Library / BaseLib / BaseLib.inf
index 7db361fe69f424000945ef11ab5a4b92a43ec4fa..6e5bac7efdb2be54846af31ae9137964e45ceaa5 100644 (file)
@@ -1,7 +1,7 @@
-#/** @file\r
+## @file\r
 #  Base Library implementation.\r
 #\r
-#  Copyright (c) 2007 - 2009, Intel Corporation.<BR>\r
+#  Copyright (c) 2007 - 2010, Intel Corporation.<BR>\r
 #  Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -26,7 +26,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   CheckSum.c\r
   SwitchStack.c\r
   SwapBytes64.c\r
 [Sources.ARM]\r
   Arm/InternalSwitchStack.c\r
   Arm/Unaligned.c\r
-  Math64.c \r
+  Math64.c                   | RVCT \r
     \r
   Arm/SwitchStack.asm        | RVCT\r
   Arm/SetJumpLongJump.asm    | RVCT\r
   Arm/EnableInterrupts.asm   | RVCT\r
   Arm/GetInterruptsState.asm | RVCT\r
   Arm/CpuPause.asm           | RVCT\r
-  Arm/CpuBreakpoint.asm\r
+  Arm/CpuBreakpoint.asm      | RVCT\r
  \r
+  Arm/Math64.S                  | GCC\r
   Arm/GccInline.c               | GCC\r
   Arm/EnableInterrupts.S        | GCC\r
   Arm/DisableInterrupts.S       | GCC\r