From 67f86803ce95fad3df18d992998114e8c7243389 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Wed, 14 Jul 2010 21:04:21 +0000 Subject: 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 --- UnixPkg/UnixPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UnixPkg/UnixPkg.dsc') 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 ## -- cgit v1.2.3