Closed
Bug 133622
Opened 24 years ago
Closed 24 years ago
Add 64-bit support for Mozilla on AIX
Categories
(Core :: XPConnect, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: pkwarren, Assigned: jdunn)
Details
(Keywords: 64bit)
Attachments
(1 file)
|
28.49 KB,
patch
|
jband_mozilla
:
review+
jband_mozilla
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Adds necessary assembly files to allow Mozilla to build and run as a 64-bit
application.
| Reporter | ||
Comment 1•24 years ago
|
||
Adds new xptcinvoke/xptcstubs assembly to allow Mozilla to build/run as a
64-bit application on AIX. Also fixes typo in 32-bit xptcstubs_ppc_aix.cpp file
and adjusts Makefile.in to strip $(MOZ_OPTIMIZE_FLAGS) instead of -O to prevent
optimizing assembly.
Comment 2•24 years ago
|
||
cc'ing jband -
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
r=jdunn@netscape.com
I tried this out on my aix machine, looks good.
Comment 4•24 years ago
|
||
Comment on attachment 76309 [details] [diff] [review]
Adds 64-bit support for AIX
sr=jband. Sure, why not?
Who really owns getting approval and landing this and bug 133573. I expect that
someone capable of building these changes ought to take these bugs.
Attachment #76309 -
Flags: superreview+
Attachment #76309 -
Flags: review+
Comment 6•24 years ago
|
||
Comment on attachment 76309 [details] [diff] [review]
Adds 64-bit support for AIX
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #76309 -
Flags: approval+
fix checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•