# HG changeset patch # User Rich Burridge # Date 1363013646 25200 # Node ID c8e9f85492a37372996fa640a6289123c1eb92a4 # Parent 0484bda26a07a36b243ede60d13d868b7b8db151 16447337 gzip cores when built with studio 12.3 on intel diff -r 0484bda26a07 -r c8e9f85492a3 components/gzip/Makefile --- a/components/gzip/Makefile Fri Mar 08 13:21:51 2013 -0800 +++ b/components/gzip/Makefile Mon Mar 11 07:54:06 2013 -0700 @@ -39,6 +39,8 @@ # To get correct @bindir@ substitution in the various gz scripts. CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin +# Prevent gzip compilation using assembly code, which segv's with Studio 12.3. +CONFIGURE_OPTIONS += gzip_cv_assembler=no CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR) CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"