From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28521 invoked by alias); 22 Sep 2002 20:48:13 -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 28505 invoked from network); 22 Sep 2002 20:48:13 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.52.243) by sources.redhat.com with SMTP; 22 Sep 2002 20:48:13 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 8BE18357E; Sun, 22 Sep 2002 13:48:08 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id g8MKm8n02937; Sun, 22 Sep 2002 13:48:08 -0700 Date: Sun, 22 Sep 2002 13:48:00 -0000 Message-Id: <200209222048.g8MKm8n02937@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Schwab Cc: libc-hacker@sources.redhat.com Subject: Re: test-src in elf/Makefile In-Reply-To: Andreas Schwab's message of Sunday, 22 September 2002 19:15:51 +0200 X-Antipastobozoticataclysm: Bariumenemanilow X-SW-Source: 2002-09/txt/msg00057.txt.bz2 > What is this supposed to fix: > > * elf/Makefile (test-srcs): Add $(modules-names) to it. > > test-srcs is supposed to only contain targets for binaries, but > modules-names only contains .so targets. This was the easy way to make sure that cppflags-iterator.mk got used for compiling those modules, which should have -DNOT_IN_libc. I now notice that test-srcs is used for binaries-bounded, which is not appropriate for these modules, but I am not sure it hurts.