summaryrefslogtreecommitdiffstats
path: root/UnixPkg/UnixPkg.dsc
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-14 21:04:21 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-14 21:04:21 +0000
commit67f86803ce95fad3df18d992998114e8c7243389 (patch)
tree03cf2fde18022253e85112904615087557a1d114 /UnixPkg/UnixPkg.dsc
parent72ed3d7575874e6cad64dd4fe5bc6b5aa467b705 (diff)
downloadedk2-67f86803ce95fad3df18d992998114e8c7243389.tar.gz
edk2-67f86803ce95fad3df18d992998114e8c7243389.tar.bz2
edk2-67f86803ce95fad3df18d992998114e8c7243389.zip
Started trying to get the UnixPkg to compile for X64 with UnixABI. So far only have Sec compiling with Xcode. This is the first step in trying to get the EFIABI to work. Note since SEC is a Posix application it will still need to be Unix ABI.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10649 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/UnixPkg.dsc')
-rw-r--r--UnixPkg/UnixPkg.dsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnixPkg/UnixPkg.dsc b/UnixPkg/UnixPkg.dsc
index b9f03229d2..285fe12154 100644
--- a/UnixPkg/UnixPkg.dsc
+++ b/UnixPkg/UnixPkg.dsc
@@ -27,7 +27,7 @@
PLATFORM_VERSION = 0.3
DSC_ SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/Unix
- SUPPORTED_ARCHITECTURES = IA32
+ SUPPORTED_ARCHITECTURES = IA32|X64
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = UnixPkg/UnixPkg.fdf
@@ -224,7 +224,7 @@
# generated for it, but the binary will not be put into any firmware volume.
#
###################################################################################################
-[Components.IA32]
+[Components.common]
##
# SEC Phase modules
##