diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-08 00:12:30 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-08 00:12:30 +0000 |
commit | 2d7df6428ccf9da444234d3f7da11d049e7b9884 (patch) | |
tree | 024279617f7625ef81b3e365f4641e4fbafb1706 /UnixPkg/UnixPkg.dsc | |
parent | a1fe1d6dd87986175207c62992ef956d518b8163 (diff) | |
download | edk2-2d7df6428ccf9da444234d3f7da11d049e7b9884.zip edk2-2d7df6428ccf9da444234d3f7da11d049e7b9884.tar.gz edk2-2d7df6428ccf9da444234d3f7da11d049e7b9884.tar.bz2 |
Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11350 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/UnixPkg.dsc')
-rw-r--r-- | UnixPkg/UnixPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/UnixPkg.dsc b/UnixPkg/UnixPkg.dsc index c9fd223..0eef2b3 100644 --- a/UnixPkg/UnixPkg.dsc +++ b/UnixPkg/UnixPkg.dsc @@ -206,7 +206,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiUnixSystemConfigGuid|0x0|80
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiUnixSystemConfigGuid|0x4|25
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
-
+
###################################################################################################
#
# Components Section - list of the modules and components that will be processed by compilation
|