From c80d92c36adeee0fe1198a2644532e91f3dc9537 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Thu, 30 Aug 2018 19:42:29 -0400 Subject: [PATCH] gzip: build 64-bit version --- components/archiver/gzip/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/archiver/gzip/Makefile b/components/archiver/gzip/Makefile index 92b80db35..01694d8d7 100644 --- a/components/archiver/gzip/Makefile +++ b/components/archiver/gzip/Makefile @@ -37,7 +37,7 @@ include $(WS_TOP)/make-rules/configure.mk include $(WS_TOP)/make-rules/ips.mk # To get correct @bindir@ substitution in the various gz scripts. -#CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin +CONFIGURE_BINDIR.64 = $(CONFIGURE_BINDIR.32) # Prevent gzip compilation using assembly code, which segv's with Studio 12.3. CONFIGURE_OPTIONS += gzip_cv_assembler=no @@ -85,11 +85,11 @@ $(GZGREP_MAN_VARIANTS): ASLR_MODE = $(ASLR_ENABLE) -build: $(BUILD_32) +build: $(BUILD_64) -install: $(INSTALL_32) $(GZGREP_MAN_VARIANTS) +install: $(INSTALL_64) $(GZGREP_MAN_VARIANTS) -test: $(TEST_32) +test: $(TEST_64) BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) -- 2.11.4.GIT