Closed
Bug 631252
Opened 14 years ago
Closed 14 years ago
Use -mstackrealign on 32-bit mingw
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jacek, Assigned: jacek)
References
Details
Attachments
(1 file)
2.28 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
I've hit another problem similar to bug 627341. After more investigations and consultations, I know that the right solution is to use -mstackrealign for GCC 32-bit Windows target (it should probably be even default in GCC). The attached patch adds -mstackrealign to CFLAGS and CXXFLAGS in configure script (and reverts the fix from bug 627341 as it's no longer needed).
Attachment #509439 -
Flags: review?(dbaron)
Comment on attachment 509439 [details] [diff] [review]
fix v1.0
r=dbaron
Attachment #509439 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•