]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/build64.sh
PAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectly defined. And PAL_MC_ERROR_TY...
[mirror_edk2.git] / UnixPkg / build64.sh
index 22e9c08ead291f737890b52230b3b089173ec284..7f2206f3fc4b6bb454736ade8840d65dd6e83eaa 100755 (executable)
@@ -53,7 +53,7 @@ case `uname` in
         exit 1
       else
         TARGET_TOOLS=XCODE32
-        UNIXPKG_TOOLS=UNIXPKG
+        UNIXPKG_TOOLS=XCLANG
       fi
       NETWORK_SUPPORT="-D NETWORK_SUPPORT"
       ;;
@@ -124,5 +124,6 @@ echo `which build`
 build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc      -a X64 -t $TARGET_TOOLS -D SEC_ONLY -n 3 $1 $2 $3 $4 $5 $6 $7 $8  modules
 build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc      -a X64 -t $UNIXPKG_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8
 cp $WORKSPACE/Build/UnixX64/DEBUG_"$TARGET_TOOLS"/X64/SecMain $WORKSPACE/Build/UnixX64/DEBUG_"$UNIXPKG_TOOLS"/X64
+echo NOTE: UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information.
 exit $?