From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32118 invoked by alias); 14 Feb 2012 20:03:49 -0000 Received: (qmail 32106 invoked by uid 22791); 14 Feb 2012 20:03:48 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f54.google.com (HELO mail-qw0-f54.google.com) (209.85.216.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Feb 2012 20:03:35 +0000 Received: by qaea17 with SMTP id a17so552816qae.20 for ; Tue, 14 Feb 2012 12:03:35 -0800 (PST) Received: by 10.229.136.77 with SMTP id q13mr13008434qct.154.1329249815042; Tue, 14 Feb 2012 12:03:35 -0800 (PST) Received: from anchor.twiddle.home ([173.160.232.49]) by mx.google.com with ESMTPS id eb5sm5419597qab.10.2012.02.14.12.03.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Feb 2012 12:03:34 -0800 (PST) Message-ID: <4F3ABE15.3030309@twiddle.net> Date: Tue, 14 Feb 2012 20:03:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: Tom de Vries CC: libc-ports@sources.redhat.com Subject: Re: Fix alpha preconfigure fragment. References: <4F3A8F3D.80604@mentor.com> In-Reply-To: <4F3A8F3D.80604@mentor.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00038.txt.bz2 On 02/14/2012 08:43 AM, Tom de Vries wrote: > while doing a glibc trunk build with host i686-pc-linux-gnu and target > mips-linux-gnu, I ran into the following build failure: > ... > configure:6203: checking for -z relro option > configure:6273: error: linker with -z relro support required > ... > > This error originates from sysdeps/alpha/preconfigure, that contains some > settings that aren't conditioned on the machine being alpha*. Sorry about that. Thanks for fixing. r~