Re: [PATCH] newlib: remove unused fenv flags

Mike Frysinger <[email protected]>
Newsgroups gmane.comp.lib.newlib
Message-ID <YggboXEH1yjlmrHc@vapier>
On 11 Feb 2022 11:10, C Howland wrote:
> On Fri, 11 Feb 2022 at 05:09, Mike Frysinger wrote:
> > On 10 Feb 2022 14:18, C Howland wrote:
> > >      First, would be if a machine directory can override just some files
> > > from the main--as if viewpathed--and this can also apply to the makefile.
> > > (Does the machine directory totally replace the main branch directory, or
> > > can it be supplemental?  My impression was a viewpath model, which can be
> > > supplementary or replace all.)  If I'm wrong about this, no problem, no
> > > objection for this specific reason.
> >
> > assuming "viewpathed" means "VPATH in the makefile", then no, that's not
> > how newlib works.  that is how glibc works, so maybe you're thinking of that.
> > newlib compiles all objects in all subdirs in isolation.  it then assembles
> > the final libm.a/libc.a in a specific order (with the machine dir last).
> > so it adds fenv/*.o to libm.a by basename, then replaces any existing ones
> > with machine/$arch/*.o.
> 
> Yes, I meant as in VPATH in a makefile with individual file granularity.
> So, yes, I was thinking not the right thing for newlib, sorry for
> conflating Newlib with other things.

i'm not sure pulling off a vpath build in newlib would be that easy.  or at
least, it would require writing more custom logic that we get for free when
we use automake.  at this point, with the size of newlib, i'm not sure we
would gain that much.  yes, we double compile the common code, but since the
files are small and so few, so eh.

> OK, neither you nor Joel think templating for the makefile to be of much
> use, that makes a majority in comments so far and I'll go along.  (Since
> fenv is special and tricky I think we would be better off with better
> instructions for this one particularly, as it would encourage/help people
> to add new targets.)
> I agree that these specific compiler options do need care taken.  But
> that's part of the reason they're good examples for the fenv environment,
> as that's a tricky subject that needs special attention and might need
> things like them.  But at the same time I agree that they are also for the
> same reason potentially dangerous to suggest.

with the new unified non-recursive automake patch i posted, it actually
would be feasible to put compiler settings in one makefile and have them
apply to others (by declaring the flags by filename).  but the question
of whether we even want to do that in the first place is still open.
-mike
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmIIG6EACgkQQWM7n+g3
9YFG2BAAs8uIsYyN1E7dpdU8cFaQpFz2+xa8oYh62YRKLWNpw+Kw68ub2+9fZN/k
2yylWrxNsFp9Vd+SkWROZkrVqbzflo4R4ziHI1ksM/CGisEhAwt4aeZW9h6W8REt
RmIB2rBHl7bGmkOWGyoI0+IZwBiiHlIBDJ9MCUWDSgGAcUiWq09fedCnz1vuid88
ci/NUhLZaA/rRLstsGmXn5fgDICFK0e/48lR1U7ypLEQaBa3iZ9x8xRFcmiOfaWc
UbpkGpHia9nBNgQCVhA9bPwM/wt+1dXCUCyPZ6X0Sop45JB8C0PM1BiZQ4RZpt3C
0ubwVwh49/1UV45SBIiX6bUmVc5ahEf1i44VYRwsBm0kCh/KNv59u0TiNgvY/UjU
mrIQBDKOEvrU4LIJUvdeP5uBWryUKHFDXHlbwC8nzHv1Wgl962dygNenda1m/rUH
qLPbm1AOLd0XlaGyA8njV/9yD1mfrS6170clzoPX0oq32aep02x17OloRtMkYj5e
7mo5hgwInWiVijQi4w008YGQC8eft+uPCStNZ+c8SWoD8qVRgsc+C4kz9hZp8Ryb
KljSVsPv+wmJIDlpJjt2J+wByqty8cfs7A76CnPGUYAbVegRbXAl3C0UsenIIHxS
AHoAgkL1ze9oWdfgSmG9MO+aBYF3dsh1rjfU3wtu56AaIbtQCDw=
=kUSO
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.