Opened 19 years ago

Closed 19 years ago

#1609 closed defect (fixed)

GCC-4.0.1 bootstrap builds differ from 'normal' targets

Reported by: Matthew Burgess Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: Branch_GCC4
Severity: normal Keywords:
Cc:

Description

As per the referenced email. 'make bootstrap' causes '-fomit-frame-pointer' to be passed to the build, but regular 'make' omits it.

sed -i '/XCFLAGS/s/$/ -fomit-frame-pointer/' gcc/Makefile.in

in GCC pass2 and chapter 6 GCC fixes it.

Change History (2)

comment:1 by Matthew Burgess, 19 years ago

Status: newassigned

comment:2 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.