Re: strict aliasing problem in GNU Mach

2006-02-04 Thread Thomas Bushnell BSG
"Alfred M\. Szmidt" <[EMAIL PROTECTED]> writes: >2006-02-03 Thomas Schwinge <[EMAIL PROTECTED]> > > * Makerules.in: Add -fno-strict-aliasing to CFLAGS. > * i386/linux/Makefile.in: Likewise for linux-gen-flags. > > The correct format is: > >* Makerules.in (CFLAGS): Added

Re: strict aliasing problem in GNU Mach

2006-02-04 Thread Alfred M\. Szmidt
I corrected this. Thanks, but you did the same thing with the following: * Makerules.in: Set no_deps to true if we don't need the dependency files. * i386/linux/Makefile.in: Do care about linux-flags if no_deps is true; reverting the change from 2006-01-31. __

Re: strict aliasing problem in GNU Mach

2006-02-04 Thread Gianluca Guida
On 2/3/06, Thomas Schwinge <[EMAIL PROTECTED]> wrote: > I checked in the following: > > 2006-02-03 Thomas Schwinge <[EMAIL PROTECTED]> > > * Makerules.in: Add -fno-strict-aliasing to CFLAGS. > * i386/linux/Makefile.in: Likewise for linux-gen-flags. > > > Please confirm this is eno

Re: No to StowFS!

2006-02-04 Thread Michael Heath
The current plan takes a package and makes it's bin/ directory appear to be included in /bin, takes the package's usr/ directory and makes it appear to be included in /usr, and so on. What he's saying is, rather than doing this, you should just have a utility that keeps the PATH environment variabl

Re: No to StowFS!

2006-02-04 Thread Filip Brcic
Дана Friday 03 February 2006 13:15, Alfred M. Szmidt је написао(ла): >I do not know what are your problems with my idea. There are some >Linux-based GNU systems that uses that directory organization. > > Sorry, but I know of no GNU/Linux systems that use this. All of them > are built up ar

Remove GNU Mach's unused device drivers

2006-02-04 Thread Thomas Schwinge
Hi! Would there be any objections if I'd remove all native device drivers from the gnumach-1-branch that are not used anymore? Regards, Thomas ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: [PATCH] Building the Hurd with gcc-4.0

2006-02-04 Thread Thomas Schwinge
On Fri, Sep 02, 2005 at 12:49:50AM +0200, I wrote: > [...] > The ChangeLog in a condensed form: > #v+ > 2005-09-01 Thomas Schwinge <[EMAIL PROTECTED]> > > * boot/boot.c (boot_script_exec_cmd): Fix invalid lvalues. > * libdiskfs/priv.h: Include . > * nfsd/loop.c (server_loop): F

Re: strict aliasing problem in GNU Mach

2006-02-04 Thread Thomas Schwinge
On Fri, Feb 03, 2006 at 09:57:42PM +0100, Alfred M. Szmidt wrote: >I corrected this. > > Thanks, but you did the same thing with the following: How should correct ChangeLog entries for those look like? > * Makerules.in: Set no_deps to true if we don't need the dependency > files. #v+ --- M