#134 closed defect (fixed)
compile gcc with BOOT_LDFLAGS
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | major | Keywords: | |
Cc: |
Description
Instead of using "make -e LDFLAGS=-static" to compile gcc statically, "make BOOT_LDFLAGS=-static" should be used. make -e messes up the compile process.
Change History (3)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
As expected, works like a charm
Note:
See TracTickets
for help on using tickets.
We'll try it out for ourselves too, and if it works it'll be changed.
By the way, how does this mess gcc up? We've been doing this for 2.5 years now and nobody has reported any problems with this procedure.