From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10304 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 4/5] create 32-/64-bit generic bits overlays Date: Wed, 6 Jul 2016 00:31:37 -0400 Message-ID: <20160706043137.GX15995@brightrain.aerifal.cx> References: <20160706035414.10083-1-koorogi@koorogi.info> <20160706035414.10083-4-koorogi@koorogi.info> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1467779513 11243 80.91.229.3 (6 Jul 2016 04:31:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2016 04:31:53 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10317-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jul 06 06:31:52 2016 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 1bKeV6-00065G-GR for gllmg-musl@m.gmane.org; Wed, 06 Jul 2016 06:31:52 +0200 Original-Received: (qmail 5579 invoked by uid 550); 6 Jul 2016 04:31:50 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5558 invoked from network); 6 Jul 2016 04:31:49 -0000 Content-Disposition: inline In-Reply-To: <20160706035414.10083-4-koorogi@koorogi.info> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10304 Archived-At: On Tue, Jul 05, 2016 at 10:54:13PM -0500, Bobby Bingham wrote: > diff --git a/arch/mips64/arch.mak b/arch/mips64/arch.mak > index eb9c4bf..abd5432 100644 > --- a/arch/mips64/arch.mak > +++ b/arch/mips64/arch.mak > @@ -1 +1 @@ > -ARCH_FALLBACKS = mips64 generic-ld128 generic > +ARCH_FALLBACKS = mips64 generic-64 generic-ld128 generic I think mips64/arch.mak (and likewise mipsn32/arch.mak) should probably put mips in the fallback order so that we can share termios, ioctl, etc. bits. Same for powerpc64 and powerpc. Rich