Opened 14 years ago
Closed 14 years ago
#2733 closed task (fixed)
zlib configure param -mstackrealign doesn't work for PowerPC build
Reported by: | lfscodemonkey | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.7 |
Component: | Book | Version: | SVN |
Severity: | minor | Keywords: | |
Cc: |
Description (last modified by )
I sometimes build LFS for PowerPC. I know it is not officially supported but it does work. :)
In Chapter 6, the -mstackrealign configure parameter does not work for PowerPC. It can be easily fixed with a simple change as in the attachment to this ticket.
Could this change be made to the book?
Thanks
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | lfszlibfix.diff.txt added |
---|
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Added a note that -mstackrealign may cause build failures on non-Intel architectures. We don't want to change the instructions in the book for a non-supported architecture because that would imply a need to support that architecture fully.
Fixed at revision 9360.