public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Roger Heflin" <rheflin@atipa.com>
To: "'Harald Dunkel'" <harald.dunkel@t-online.de>,
	"'Jim Gifford'" <maillist@jg555.com>
Cc: "'Jeff Garzik'" <jgarzik@pobox.com>, "'Andi Kleen'" <ak@suse.de>,
	<linux-kernel@vger.kernel.org>
Subject: RE: Pure 64 bootloaders
Date: Mon, 12 Sep 2005 09:50:20 -0500	[thread overview]
Message-ID: <EXCHG2003Aj5p1Fjxe0000006ad@EXCHG2003.microtech-ks.com> (raw)
In-Reply-To: <43232660.5070504@t-online.de>

 

> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org 
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Harald Dunkel
> Sent: Saturday, September 10, 2005 1:31 PM
> To: Jim Gifford
> Cc: Jeff Garzik; Andi Kleen; linux-kernel@vger.kernel.org
> Subject: Re: Pure 64 bootloaders
> 
> > 
> > 
> > /lib64 is an awful scheme.  I'd avoid it.
> > 
> 
> Indeed. It just helps to keep unclean 32bit applications alive.
> 

Reality is that it is difficulty to remove the older junk.

I guess I see 5 choices:

#1:
Use lib for whatever the standard os/arch size is.

Use lib32 for the non-standard size.

#2: 
Continue the current mess.

#3:
Use both lib32 and lib64 and maybe put a link from lib to the
default one, probably lib64.

#4:
Use both lib32 and lib64 and don't put a link.

#5:
Designate the bit size in the name of the lib, ie libc.so64 or
libc.so32 or something similar and put them all in the same
directory and let the lib loading code take care of finding the
correct size.

#5 would seem to be the most robust and simplest to administer,
and the most obvious, and the easiest to modify if something like
this was to happen again.

Who came up with lib64?  I thought I first saw it either on a
irix 6 machine or a early solaris 2.x machine.

                   Roger
> Maybe you would like to check Debian for amd64? The 32bit 
> stuff is purely optional (except for the boot loaders, AFAIK).
> 
> http://www.debian.org/ports/amd64/
> 
> 
> Regards
> 
> Harri
> 


  reply	other threads:[~2005-09-12 14:46 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-10  7:42 Pure 64 bootloaders Jim Gifford
2005-09-10  7:52 ` Jeff Garzik
2005-09-10  8:01 ` David S. Miller
2005-09-11 16:33   ` Jim Gifford
2005-09-11 18:48     ` David S. Miller
2005-09-11 18:49     ` David S. Miller
2005-09-10  8:28 ` Andi Kleen
2005-09-10  8:39   ` Jeff Garzik
2005-09-10 16:34     ` Chris Wedgwood
2005-09-10 18:15       ` David S. Miller
2005-09-12 21:32       ` Joe Bob Spamtest
2005-09-12 21:41         ` David S. Miller
2005-09-12 22:02           ` Joe Bob Spamtest
2005-09-12 22:12             ` David S. Miller
2005-09-12 23:09               ` Joe Bob Spamtest
2005-09-13 16:52                 ` Lennart Sorensen
2005-09-13 17:00                   ` Joe Bob Spamtest
2005-09-14  3:44                     ` Kyle Moffett
2005-09-14 13:20                       ` Lennart Sorensen
2005-09-14 17:26                         ` Kyle Moffett
2005-09-13 17:21                   ` Maciej W. Rozycki
2005-09-13 19:37                     ` Lennart Sorensen
2005-09-14  9:39                       ` Maciej W. Rozycki
2005-09-10 18:30     ` Harald Dunkel
2005-09-12 14:50       ` Roger Heflin [this message]
2005-09-13 17:14         ` Bastian Blank
2005-09-15  6:16         ` Harald Dunkel
2005-09-11 11:53   ` Stephen Frost
2005-09-11 14:14     ` Stefan Smietanowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EXCHG2003Aj5p1Fjxe0000006ad@EXCHG2003.microtech-ks.com \
    --to=rheflin@atipa.com \
    --cc=ak@suse.de \
    --cc=harald.dunkel@t-online.de \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maillist@jg555.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox