From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80810 invoked by alias); 13 Dec 2016 14:58:53 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 80793 invoked by uid 89); 13 Dec 2016 14:58:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:658 X-HELO: mail-vk0-f65.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=evpu+BsmQTvclrj+dHKXvO3g5AUf3DP74jISAlL7ZYA=; b=fmYMDa9Mb1i2xQBjS8cVLO2Bnr503mV3J9NEkQEui3NMJZ3v2Cryr75JguBQ4xJTqL ZDpOJwEtgAtPqhfjsVOryEqznXgIHss66hKjrUIQ5XRlu1voyOP13fzRnOTMg65QXSHw iPHmqlZ2p5hf11oC9IgSi9wmJK2alb+nnpCQ4rm9r7/935mPXWuNPCJbQ7EBLHOwPCjG aoa99NuUJpaDMLm08lM6euGv7FHaj4IMAO3soWZRV6/tVLASyXLQg0W6JxQm8+A++LXL GpxAwy3VahVYNa+74Vc5PkcrVXHyBeJghI8WHseNgDrCamDYVXWntqZfqPaazjLk+uwp y3tA== X-Gm-Message-State: AKaTC010rXETHNRRWdY+B13IvdgVGSwSikZzAOkOGOGTCW4JiS+QvlKyd4gpn4o4SG1YdKopqTMEIqX89Gtgww== X-Received: by 10.159.33.1 with SMTP id 1mr80022313uab.134.1481641121545; Tue, 13 Dec 2016 06:58:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <87h96dru2a.fsf@linux-m68k.org> <87d1h1rmfm.fsf@linux-m68k.org> From: Andrew Senkevich Date: Tue, 13 Dec 2016 14:58:00 -0000 Message-ID: Subject: Re: [PATCH] Install libm.a as linker script [BZ #20539] To: Andreas Schwab Cc: "H.J. Lu" , libc-alpha Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-12/txt/msg00463.txt.bz2 2016-12-13 11:41 GMT+03:00 Andreas Schwab : > On Dez 12 2016, Andrew Senkevich wrote: > >> diff --git a/math/Makefile b/math/Makefile >> index 49556f6..1973bf2 100644 >> --- a/math/Makefile >> +++ b/math/Makefile >> @@ -143,15 +143,17 @@ $(inst_libdir)/libm.so: $(common-objpfx)format.lds \ >> ) > $@.new >> mv -f $@.new $@ >> >> +$(inst_libdir)/libm-$(version).a: $(objpfx)libm.a >> + cp $(objpfx)libm.a $@ > > This should use $(do-install), and all install targets should depend on > $(+force). Ok with that change. Committed, thanks. -- WBR, Andrew