From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17539 invoked by alias); 15 Jul 2004 22:02:48 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 17519 invoked from network); 15 Jul 2004 22:02:48 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 15 Jul 2004 22:02:48 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 02CC9357B; Thu, 15 Jul 2004 15:02:46 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i6FM2kOi020606; Thu, 15 Jul 2004 15:02:46 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i6FM2jKk020602; Thu, 15 Jul 2004 15:02:45 -0700 Date: Thu, 15 Jul 2004 22:02:00 -0000 Message-Id: <200407152202.i6FM2jKk020602@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Allow main to come from a shared library for PIE [BZ #262] In-Reply-To: Jakub Jelinek's message of Thursday, 15 July 2004 12:33:04 +0200 <20040715103304.GA30497@sunsite.ms.mff.cuni.cz> X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. X-SW-Source: 2004-07/txt/msg00032.txt.bz2 > +ifeq (yesyes,$(have-fpie)$(build-shared)) > +tests: $(objpfx)tst-pie1.out > +endif This should be tests += tst-pie1.