summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 23:02:16 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 23:02:16 +0000
commit479b520d551323a41f4a59b47949e285a7a007ce (patch)
tree97c0b04042a055cec86f4c977ecfab8037832b47 /MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
parent842f5579c7e2a313f56c576e4c5150f7f4793079 (diff)
downloadedk2-platforms-479b520d551323a41f4a59b47949e285a7a007ce.tar.xz
Updated to support compiler intrinsics properly. I had to comment out some of the features as they are not currently supported by the build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2816 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf')
-rw-r--r--MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
index fb3e2d2bb6..9dc33a7501 100644
--- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
+++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
@@ -49,14 +49,14 @@
[Sources.Ia32]
IoHighLevel.c
- IoLibGcc.c
- IoLibMsc.c
+# IoLibGcc.c || GCC
+ IoLibMsc.c #|| MSFT
IoLib.c
[Sources.X64]
IoHighLevel.c
- IoLibGcc.c
- IoLibMsc.c
+# IoLibGcc.c || GCC
+ IoLibMsc.c #|| MSFT
IoLib.c
[Sources.IPF]