]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/StdLib.dsc
ArmPlatformPkg: fix undefined reference to memcpy
[mirror_edk2.git] / StdLib / StdLib.dsc
index b0309e2bf3cc4be9787598381e6d5be21e69350e..43bd3e2cd7b2eaf8e78fe349d2ee6d96a48c1a49 100644 (file)
@@ -8,8 +8,10 @@
 #\r
 # This package contains:\r
 #       Standard C Library.\r
+#       Sockets Library.\r
+#       Posix Library.\r
 #\r
-#   Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #   This program and the accompanying materials\r
 #   are licensed and made available under the terms and conditions of the BSD License\r
 #   which accompanies this distribution. The full text of the license may be found at\r
@@ -25,8 +27,8 @@
   PLATFORM_VERSION               = 0.01\r
   DSC_SPECIFICATION              = 0x00010006\r
   OUTPUT_DIRECTORY               = Build/StdLib\r
-  SUPPORTED_ARCHITECTURES        = IA32|IPF|X64|ARM\r
-  BUILD_TARGETS                  = DEBUG|RELEASE\r
+  SUPPORTED_ARCHITECTURES        = IA32|X64|ARM\r
+  BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
 #\r
   StdLib/LibC/Containers/ContainerLib.inf\r
 \r
 # Additional libraries for POSIX functionality.\r
+  StdLib/PosixLib/PosixLib.inf\r
   StdLib/PosixLib/Err/LibErr.inf\r
   StdLib/PosixLib/Gen/LibGen.inf\r
   StdLib/PosixLib/Glob/LibGlob.inf\r