Opened 20 years ago
Closed 20 years ago
#1609 closed defect (fixed)
GCC-4.0.1 bootstrap builds differ from 'normal' targets
| Reported by: | Matthew Burgess | Owned by: | |
|---|---|---|---|
| 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 , 20 years ago
| Status: | new → assigned |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
