Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: "Bradley D. LaRonde" <brad@ltc.com>
To: "Geert Uytterhoeven" <Geert.Uytterhoeven@sonycom.com>
Cc: <linux-mips@oss.sgi.com>
Subject: Re: cross-mipsel-linux-ld --prefix library path
Date: Tue, 7 Aug 2001 10:10:49 -0400	[thread overview]
Message-ID: <088d01c11f4a$c2a5eee0$3501010a@ltc.com> (raw)
In-Reply-To: Pine.GSO.4.21.0108070937380.16434-100000@mullein.sonytel.be

Cool.  So, what is the purpose of having both $prefix/bin/mipsel-linux-ld
and $prefix/mipsel-linux/bin/ld?

Also, why is glibc installing libraries into $prefix/lib when
mipsel-linux-ld is looking in $prefix/mipsel-linux/lib?

Regards,
Brad

----- Original Message -----
From: "Geert Uytterhoeven" <Geert.Uytterhoeven@sonycom.com>
To: "Bradley D. LaRonde" <brad@ltc.com>
Cc: <linux-mips@oss.sgi.com>
Sent: Tuesday, August 07, 2001 3:40 AM
Subject: Re: cross-mipsel-linux-ld --prefix library path


> On Mon, 6 Aug 2001, Bradley D. LaRonde wrote:
> > Another odd thing is that binutils installs:
> >
> >     /usr/mipsel-linux/bin/mipsel-linux-ld
> >
> > and an identical copy at:
> >
> >     /usr/mipsel-linux/mipsel-linux/bin/ld
> >
> > This seems like a Clue.  If fact, the whole
>
> That's normal, I have
>
> | tux$ ls -li /usr/local/bin/*ld /usr/local/*/bin/ld
> |   62976 -rwxr-xr-x    2 root     staff      946678 Jun 11 15:47
/usr/local/bin/m68k-amigaos-ld*
> |   63675 -rwxr-xr-x    2 root     staff     1356730 Mar 12 11:17
/usr/local/bin/m68k-linux-ld*
> |   63660 -rwxr-xr-x    2 root     staff     1545874 Mar 12 11:16
/usr/local/bin/powerpc-linux-ld*
> |   62976 -rwxr-xr-x    2 root     staff      946678 Jun 11 15:47
/usr/local/m68k-amigaos/bin/ld*
> |   63675 -rwxr-xr-x    2 root     staff     1356730 Mar 12 11:17
/usr/local/m68k-linux/bin/ld*
> |   63660 -rwxr-xr-x    2 root     staff     1545874 Mar 12 11:16
/usr/local/powerpc-linux/bin/ld*
> | tux$
>
> The `duplicates' are just hard links (compare the inode numbers), so they
don't waste real space (except for the directory entries :-).
>
> BTW, I used --prefix=/usr/local.
>
> Gr{oetje,eeting}s,
>
> Geert

WARNING: multiple messages have this Message-ID (diff)
From: "Bradley D. LaRonde" <brad@ltc.com>
To: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: linux-mips@oss.sgi.com
Subject: Re: cross-mipsel-linux-ld --prefix library path
Date: Tue, 7 Aug 2001 10:10:49 -0400	[thread overview]
Message-ID: <088d01c11f4a$c2a5eee0$3501010a@ltc.com> (raw)
Message-ID: <20010807141049.z66YmEgIuNw8whwyKqK_nLJTJJuLZ5yaomjgw4iDm_c@z> (raw)
In-Reply-To: Pine.GSO.4.21.0108070937380.16434-100000@mullein.sonytel.be

Cool.  So, what is the purpose of having both $prefix/bin/mipsel-linux-ld
and $prefix/mipsel-linux/bin/ld?

Also, why is glibc installing libraries into $prefix/lib when
mipsel-linux-ld is looking in $prefix/mipsel-linux/lib?

Regards,
Brad

----- Original Message -----
From: "Geert Uytterhoeven" <Geert.Uytterhoeven@sonycom.com>
To: "Bradley D. LaRonde" <brad@ltc.com>
Cc: <linux-mips@oss.sgi.com>
Sent: Tuesday, August 07, 2001 3:40 AM
Subject: Re: cross-mipsel-linux-ld --prefix library path


> On Mon, 6 Aug 2001, Bradley D. LaRonde wrote:
> > Another odd thing is that binutils installs:
> >
> >     /usr/mipsel-linux/bin/mipsel-linux-ld
> >
> > and an identical copy at:
> >
> >     /usr/mipsel-linux/mipsel-linux/bin/ld
> >
> > This seems like a Clue.  If fact, the whole
>
> That's normal, I have
>
> | tux$ ls -li /usr/local/bin/*ld /usr/local/*/bin/ld
> |   62976 -rwxr-xr-x    2 root     staff      946678 Jun 11 15:47
/usr/local/bin/m68k-amigaos-ld*
> |   63675 -rwxr-xr-x    2 root     staff     1356730 Mar 12 11:17
/usr/local/bin/m68k-linux-ld*
> |   63660 -rwxr-xr-x    2 root     staff     1545874 Mar 12 11:16
/usr/local/bin/powerpc-linux-ld*
> |   62976 -rwxr-xr-x    2 root     staff      946678 Jun 11 15:47
/usr/local/m68k-amigaos/bin/ld*
> |   63675 -rwxr-xr-x    2 root     staff     1356730 Mar 12 11:17
/usr/local/m68k-linux/bin/ld*
> |   63660 -rwxr-xr-x    2 root     staff     1545874 Mar 12 11:16
/usr/local/powerpc-linux/bin/ld*
> | tux$
>
> The `duplicates' are just hard links (compare the inode numbers), so they
don't waste real space (except for the directory entries :-).
>
> BTW, I used --prefix=/usr/local.
>
> Gr{oetje,eeting}s,
>
> Geert

  reply	other threads:[~2001-08-07 14:08 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-05 16:48 Changing WCHAR_TYPE from "long int" to "int"? H . J . Lu
2001-08-05 17:06 ` Gabriel Dos Reis
2001-08-06  9:59 ` Ralf Baechle
2001-08-06 10:10   ` Andreas Jaeger
2001-08-06 14:27     ` Eric Christopher
2001-08-06 16:28       ` Ralf Baechle
2001-08-07 11:52         ` MIPS ABI (was: Changing WCHAR_TYPE from "long int" to "int"?) Paul Kasper
2001-08-07 12:31           ` Ralf Baechle
2001-08-07 16:07           ` H . J . Lu
2001-08-06 16:20     ` Changing WCHAR_TYPE from "long int" to "int"? Ralf Baechle
2001-08-06 16:29       ` H . J . Lu
2001-08-06 17:04       ` Gabriel Dos_Reis
2001-08-06 17:25         ` Ralf Baechle
2001-08-06 14:12 ` Eric Christopher
2001-08-06 14:40   ` Thiemo Seufer
2001-08-06 14:41     ` Eric Christopher
2001-08-06 15:29       ` H . J . Lu
2001-08-06 15:33         ` Eric Christopher
2001-08-06 15:39           ` H . J . Lu
2001-08-06 16:23             ` Eric Christopher
2001-08-07  3:56             ` cross-mipsel-linux-ld --prefix library path Bradley D. LaRonde
2001-08-07  3:56               ` Bradley D. LaRonde
2001-08-07  7:40               ` Geert Uytterhoeven
2001-08-07 14:10                 ` Bradley D. LaRonde [this message]
2001-08-07 14:10                   ` Bradley D. LaRonde
2001-08-07 14:10               ` Maciej W. Rozycki
2001-08-07 14:14                 ` Bradley D. LaRonde
2001-08-07 14:14                   ` Bradley D. LaRonde
2001-08-07 14:36                   ` Maciej W. Rozycki
2001-08-07 14:42               ` Steve Langasek
2001-08-07 14:42                 ` Steve Langasek
2001-08-07 15:25                 ` Bradley D. LaRonde
2001-08-07 15:25                   ` Bradley D. LaRonde
2001-08-07 19:27                   ` Steve Langasek
2001-08-07 19:27                     ` Steve Langasek
2001-08-06 23:49       ` Changing WCHAR_TYPE from "long int" to "int"? Ralf Baechle
2001-08-06 15:22   ` H . J . Lu

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='088d01c11f4a$c2a5eee0$3501010a@ltc.com' \
    --to=brad@ltc.com \
    --cc=Geert.Uytterhoeven@sonycom.com \
    --cc=linux-mips@oss.sgi.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