From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8390 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: Re: Adjustments to roadmap Date: Fri, 28 Aug 2015 13:16:37 +0100 Message-ID: References: <20150828024347.GA7624@brightrain.aerifal.cx> <20150828042104.GA7833@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1440764212 2836 80.91.229.3 (28 Aug 2015 12:16:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2015 12:16:52 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8402-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 28 14:16:51 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZVIaR-0001wt-7X for gllmg-musl@m.gmane.org; Fri, 28 Aug 2015 14:16:51 +0200 Original-Received: (qmail 19954 invoked by uid 550); 28 Aug 2015 12:16:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19930 invoked from network); 28 Aug 2015 12:16:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yl7FTkV8dmDoh2OGB/SAv2N8RmOt2Zhwr2PnygBopLU=; b=nBSbnNGRAMMpTZSdfrs8ViVl17C2eab6VRXlVUGDNC9jMsv45/hpRewS8AKTSBx1oz iG3lVVMUtGJt0pz42223OZFT2/j/QT/1lUkXtuorTDzsYvFOMt03ftX/uU6O6ZEGfFc6 cu9K61OU7E+SmA8+U4mC6IWY/w06VcNRvMMjE= 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:date :message-id:subject:from:to:content-type; bh=yl7FTkV8dmDoh2OGB/SAv2N8RmOt2Zhwr2PnygBopLU=; b=l7f4PLUmVSKsJC4itV9f8BOelBgOl+5uywiwR+ghpgLC601h2mWVLbqprmd3N+fKiF OpvVUi3T95DhHOPIFIaQu9dzyTQq8nwIJzTP3oxngN8cI06RKFn/Dt3/fleKG9HkK0c4 BReafqedUbP3e+u4tRncOlr2oL088wF+FnGLeDJaMdt75RdWDf63jfineMijPPSqGyyB Wl1bUbJ6XTESH8OUI0mDtqiViaBbwozgg8DysJqVveQxM6AsNxCiFmrwMrgLk4ekgcTO cs+nZI2F397t4zQ91xjb2ohOTKcnO0qVw4KOZgLJC52Y4+dC3nQyTrOXRTHlCYwO45Ut WDyw== X-Gm-Message-State: ALoCoQlWfRCLwVYCoZu43noqqhCJwpT0YjTiJlYiffp/t2j9P/GVR/cBST9nC1nP/UBx6Dm8MLm7 X-Received: by 10.194.112.3 with SMTP id im3mr11057263wjb.54.1440764197169; Fri, 28 Aug 2015 05:16:37 -0700 (PDT) In-Reply-To: <20150828042104.GA7833@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:8390 Archived-At: On 28 August 2015 at 05:21, Rich Felker wrote: >> > >> > 1. Unifying static/shared libc .o files. >> > >> > Right now, all the files in musl are built twice, once as .o for >> > inclusion in libc.a, and once as ".lo" (my naming convention) for >> >> ..lo is conflicting with libtool generated objects btw. > > Yes. Since we're not using libtool that doesn't matter but it may be > confusing to some people who see it. NetBSD uses .pico for this. Justin