Ticket #2056 (closed enhancement: fixed)

Opened 1 year ago

Last modified 2 months ago

Consider using --disable-shared for gcc pass 1

Reported by: jhuntwork@linuxfromscratch.org Assigned to: dj@linuxfromscratch.org
Priority: high Milestone: 6.4
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

Some discussion already at #2053

Change History

04/02/08 19:52:01 changed by jhuntwork@linuxfromscratch.org

Anyone mind if I drop this into trunk and close out this ticket?

05/19/08 10:44:28 changed by LydianKnight

Has this change already landed or does it need some review prior to closing the ticket? If needed I could perform a new system build and serve as a tester, so we can start closing some tickets and advancing into other ones.

Julio

05/19/08 21:34:31 changed by jhuntwork@linuxfromscratch.org

  • owner changed from lfs-book@linuxfromscratch.org to jhuntwork@linuxfromscratch.org.
  • status changed from new to assigned.

It hasn't landed in trunk, mostly because no one else has commented on whether or not they agree. It has been in the jh branch for several months (and working wonderfully) and, before that, in DIY Linux for much longer. In the end, it's not the sort of thing that really brings radical changes to our methodology, it just tweaks the level of robustness. Given that no one has objected, I'll probably drop this in whenever I do more updates.

05/19/08 22:26:01 changed by tushar@linuxfromscratch.org

Instead of creating the libgcc_eh.a -> libgcc.a symlink, another option could be to use the following for glibc (CLFS uses a patch to do this):

sed -i "s@\-lgcc_eh@@g" Makeconfig

10/05/08 14:39:01 changed by bdubbs@linuxfromscratch.org

  • milestone changed from 7.0 to 6.4.

10/05/08 15:50:33 changed by bdubbs@linuxfromscratch.org

  • owner changed from jhuntwork@linuxfromscratch.org to lfs-book@linuxfromscratch.org.
  • status changed from assigned to new.

10/07/08 07:01:25 changed by randy@linuxfromscratch.org

  • priority changed from normal to high.
  • type changed from task to enhancement.

I'm bumping the priority of this up because if it is going into the book for the next release it needs to be done as soon as possible so that it can be tested (I realize much testing has probably been done over at DIY already).

I don't know how much it being in the JH branch does as anybody building that branch is probably using 64bit machines and there could be some subtle differences (though I doubt it).

I did not use it in my newest build, so I cannot comment. But if it's going in, I'd much rather it be sooner than later.

10/08/08 18:44:05 changed by dj@linuxfromscratch.org

  • owner changed from lfs-book@linuxfromscratch.org to dj@linuxfromscratch.org.
  • status changed from new to assigned.

Will also drop in this one, though it's been tested pretty thoroughly already. Report tomorrow.

10/11/08 22:10:09 changed by dj@linuxfromscratch.org

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r8647.