summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC/LibC.inf
diff options
context:
space:
mode:
authorchenc2 <chen.a.chen@intel.com>2018-06-29 11:36:02 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2018-06-29 16:19:51 +0800
commit56ca900782d5d478e6e6389aca42b7ea0e0b3193 (patch)
tree003698e9c05cfa297c0223c8ac93da83bf92a3e2 /StdLib/LibC/LibC.inf
parent659e7817e300bf2a80a8b45347a6b2486fd8c5dd (diff)
downloadedk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.tar.gz
edk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.tar.bz2
edk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.zip
StdLib: Removing ipf which is no longer supported from edk2.
Removing rules for Ipf sources file: * Remove the source file which path with "ipf" and also listed in [Sources.IPF] section of INF file. * Remove the source file which listed in [Components.IPF] section of DSC file and not listed in any other [Components] section. * Remove the embedded Ipf code for MDE_CPU_IPF. Removing rules for Inf file: * Remove IPF from VALID_ARCHITECTURES comments. * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section. * Remove the INF which only listed in [Components.IPF] section in DSC. * Remove statements from [BuildOptions] that provide IPF specific flags. * Remove any IPF sepcific sections. Removing rules for Dec file: * Remove [Includes.IPF] section from Dec. Removing rules for Dsc file: * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC. * Remove any IPF specific sections. * Remove statements from [BuildOptions] that provide IPF specific flags. Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'StdLib/LibC/LibC.inf')
-rw-r--r--StdLib/LibC/LibC.inf8
1 files changed, 2 insertions, 6 deletions
diff --git a/StdLib/LibC/LibC.inf b/StdLib/LibC/LibC.inf
index 6039bb81c7..5bb2053508 100644
--- a/StdLib/LibC/LibC.inf
+++ b/StdLib/LibC/LibC.inf
@@ -1,7 +1,7 @@
## @file
# Standard C library: Miscelaneous implementations.
#
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +23,7 @@
LIBRARY_CLASS = LibC
#
-# VALID_ARCHITECTURES = IA32 X64 IPF
+# VALID_ARCHITECTURES = IA32 X64
#
[Sources]
@@ -80,10 +80,6 @@
Main/X64/isinfl.c
Main/X64/isnanl.c
-[Sources.IPF]
- Main/x86flt_rounds.c
- Main/Ipf/FpuRmode.s
-
[Sources.ARM]
Main/Arm/fixunsdfsi.c
Main/Arm/floatunsidf.c