|
Message-ID: <20160706043137.GX15995@brightrain.aerifal.cx> Date: Wed, 6 Jul 2016 00:31:37 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH 4/5] create 32-/64-bit generic bits overlays 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.