Closed
Bug 983942
Opened 11 years ago
Closed 11 years ago
Mac OS X: also check USE_64 when config.guess detects the CPU as x86_64
Categories
(NSPR :: NSPR, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
4.10.5
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
|
810 bytes,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
On my Mac OS X computer, uname -m returns "x86_64" and uname -p
returns "i386".
The nspr/build/autoconf/config.guess script in NSPR 4.10.4
detects this system as "i386-apple-darwin13.1.0". I just updated
the nspr/build/autoconf/config.guess script to the latest version
from the upstream GNU config project, and now the script detects
this system as "x86_64-apple-darwin13.1.0". This causes NSPR to
do a 64-bit build by default.
The attached patch makes NSPR also check the USE_64 variable
when the CPU is x86_64.
Attachment #8391659 -
Flags: review?(kaie)
Comment 1•11 years ago
|
||
Comment on attachment 8391659 [details] [diff] [review]
Patch
r=kaie
Attachment #8391659 -
Flags: review?(kaie) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Patch checked in: https://hg.mozilla.org/projects/nspr/rev/2ff1ed8933e2
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•