summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications/Main
diff options
context:
space:
mode:
authordaryl.mcdaniel <daryl.mcdaniel@intel.com>2014-09-09 22:37:02 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2014-09-09 22:37:02 +0000
commitc9f4d4838ce92a6c2fb4faf5f46faa3b057b4dee (patch)
tree2b78d7e20aef20d1e44bfdd1fbfe2fb814e9da1c /AppPkg/Applications/Main
parentc21e7a7832f76260a27c5bde30f9593355909279 (diff)
downloadedk2-c9f4d4838ce92a6c2fb4faf5f46faa3b057b4dee.tar.gz
edk2-c9f4d4838ce92a6c2fb4faf5f46faa3b057b4dee.tar.bz2
edk2-c9f4d4838ce92a6c2fb4faf5f46faa3b057b4dee.zip
AppPkg: Add the Arithchk utility and clean up some build problems.
AppPkg\ AppPkg.dsc Update copyright date Add Component ArithChk.inf Applications\ Main\ Main.inf Remove DevShell dependency Python\ Python-2.7.2\Modules\ socketmodule.c Initialize addro, in sock_sendto(), before use. ArithChk\ ArithChk.inf arithchk.c NEW This is a direct port of the arithchk program which is included as part of the NetBSD gdtoa library. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: daryl.mcdaniel@intel.com Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16082 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/Applications/Main')
-rw-r--r--AppPkg/Applications/Main/Main.inf9
1 files changed, 2 insertions, 7 deletions
diff --git a/AppPkg/Applications/Main/Main.inf b/AppPkg/Applications/Main/Main.inf
index 434c14593b..b0952870dc 100644
--- a/AppPkg/Applications/Main/Main.inf
+++ b/AppPkg/Applications/Main/Main.inf
@@ -2,7 +2,7 @@
# A simple, basic, application showing how the Hello application could be
# built using the "Standard C Libraries" from StdLib.
#
-# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2014, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -21,7 +21,7 @@
ENTRY_POINT = ShellCEntryLib
#
-# VALID_ARCHITECTURES = IA32 X64 IPF
+# VALID_ARCHITECTURES = IA32 X64
#
[Sources]
@@ -35,8 +35,3 @@
[LibraryClasses]
LibC
LibStdio
- DevShell
-
-
-[BuildOptions]
- MSFT:*_*_IA32_CC_FLAGS = /Oi-