]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/GNUmakefile
BaseTools: align ERROR/WARNING/RETURN macros with MdePkg versions
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / GNUmakefile
index 07f0a90b60b3bd03870b48d28685bc3b5ecc1d62..390a97fe89c738564260c018413bc26fe24e2c4b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
-# Windows makefile for 'LzmaCompress' module build.\r
+# GNU/Linux makefile for 'LzmaCompress' module build.\r
 #\r
-# Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -10,7 +10,7 @@
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-ARCH ?= IA32\r
+HOST_ARCH ?= IA32\r
 MAKEROOT ?= ..\r
 \r
 APPNAME = LzmaCompress\r
@@ -29,3 +29,4 @@ OBJECTS = \
 \r
 include $(MAKEROOT)/Makefiles/app.makefile\r
 \r
+BUILD_CFLAGS += -D_7ZIP_ST\r