public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Glibc builds and --as-needed
@ 2005-10-11 20:43 Simon Strandman
  2005-10-11 22:25 ` Mark Loeser
  2005-10-11 23:56 ` Donnie Berkholz
  0 siblings, 2 replies; 5+ messages in thread
From: Simon Strandman @ 2005-10-11 20:43 UTC (permalink / raw
  To: gentoo-dev

I'm curious why --as-needed is disabled for glibc builds. It was first 
added over a year ago in one of the early 2.3.4 builds so is it still 
nessecary?

I tried removing it and had no problems building glibc and I could see 
that it was used when looking at the compile output. Then I tried 
bootstraping from stage1 with --as-needed and neither my amd64 or x86 
has any problems completeing it. Perhaps this can be reconsidered?

-- 
Simon Strandman <simon.strandman@telia.com>

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc builds and --as-needed
  2005-10-11 20:43 [gentoo-dev] Glibc builds and --as-needed Simon Strandman
@ 2005-10-11 22:25 ` Mark Loeser
  2005-10-12  8:55   ` Simon Strandman
  2005-10-11 23:56 ` Donnie Berkholz
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Loeser @ 2005-10-11 22:25 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

Simon Strandman wrote:
> I'm curious why --as-needed is disabled for glibc builds. It was first
> added over a year ago in one of the early 2.3.4 builds so is it still
> nessecary?
> 
> I tried removing it and had no problems building glibc and I could see
> that it was used when looking at the compile output. Then I tried
> bootstraping from stage1 with --as-needed and neither my amd64 or x86
> has any problems completeing it. Perhaps this can be reconsidered?
> 

Please file a bug.  It'll be much easier for us to keep track of that way.

Thanks,

Mark

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc builds and --as-needed
  2005-10-11 20:43 [gentoo-dev] Glibc builds and --as-needed Simon Strandman
  2005-10-11 22:25 ` Mark Loeser
@ 2005-10-11 23:56 ` Donnie Berkholz
  2005-10-12  0:07   ` Mike Frysinger
  1 sibling, 1 reply; 5+ messages in thread
From: Donnie Berkholz @ 2005-10-11 23:56 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Simon Strandman wrote:
| I'm curious why --as-needed is disabled for glibc builds. It was first
| added over a year ago in one of the early 2.3.4 builds so is it still
| nessecary?

I think it had something to do with breaking binutils 2.15.90 or
thereabouts.

Thanks,
Donnie
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDTFEcXVaO67S1rtsRAooQAKD8buG912d22x0jzzslse/spHF1mgCgpJG1
vcTYebI93Him56jpSE2R514=
=pekT
-----END PGP SIGNATURE-----
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc builds and --as-needed
  2005-10-11 23:56 ` Donnie Berkholz
@ 2005-10-12  0:07   ` Mike Frysinger
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger @ 2005-10-12  0:07 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 11 October 2005 07:56 pm, Donnie Berkholz wrote:
> Simon Strandman wrote:
> | I'm curious why --as-needed is disabled for glibc builds. It was first
> | added over a year ago in one of the early 2.3.4 builds so is it still
> | nessecary?
>
> I think it had something to do with breaking binutils 2.15.90 or
> thereabouts.

yes, a lot of people had older binutils/gcc at the time so we force disabled 
it in both glibc/gcc so people would stop bitching

then we forgot about it
-mike
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc builds and --as-needed
  2005-10-11 22:25 ` Mark Loeser
@ 2005-10-12  8:55   ` Simon Strandman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Strandman @ 2005-10-12  8:55 UTC (permalink / raw
  To: gentoo-dev

Mark Loeser skrev:

>Simon Strandman wrote:
>  
>
>>I'm curious why --as-needed is disabled for glibc builds. It was first
>>added over a year ago in one of the early 2.3.4 builds so is it still
>>nessecary?
>>
>>I tried removing it and had no problems building glibc and I could see
>>that it was used when looking at the compile output. Then I tried
>>bootstraping from stage1 with --as-needed and neither my amd64 or x86
>>has any problems completeing it. Perhaps this can be reconsidered?
>>
>>    
>>
>
>Please file a bug.  It'll be much easier for us to keep track of that way.
>
>Thanks,
>
>Mark
>  
>
Ok! Done:
http://bugs.gentoo.org/show_bug.cgi?id=108976

-- 
Simon Strandman <simon.strandman@telia.com>

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-12  8:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-11 20:43 [gentoo-dev] Glibc builds and --as-needed Simon Strandman
2005-10-11 22:25 ` Mark Loeser
2005-10-12  8:55   ` Simon Strandman
2005-10-11 23:56 ` Donnie Berkholz
2005-10-12  0:07   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox