Closed
Bug 4326
Opened 26 years ago
Closed 26 years ago
x86 Assembly code used when compiling on an Alpha
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: lansdoct, Assigned: jband_mozilla)
Details
I'm compiling the mozilla nightly tarball from 3/26 (this also happened on the
2/25 tarball). The file
mozilla/xpcom/libxpt/xptcall/src/md/unix/xptcinvoke_linux_x86.cpp is being
compiled when I do a ./configure && make. Now, I'm on Linux/Alpha. This file
has x86 assembly code in it. Is there no general implementation for Linux, so
that every platform but x86 will work? Thank you.
Updated•26 years ago
|
Assignee: scc → dp
Comment 1•26 years ago
|
||
Wow. I don't know who can solve this problem. I'm re-assigning to dp so he can
get it to the right person
Updated•26 years ago
|
Assignee: dp → jband
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
This was fixed:
RCS file: /cvsroot/mozilla/xpcom/libxpt/xptcall/src/md/unix/Makefile.in,v
revision 1.3
date: 1999/03/26 23:06:38; author: briano%netscape.com; state: Exp; lines: +1
4 -14
Fixed the bug that was assuming Linux==x86 (only).
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
emailed Christopher (the reporter) and he has verified the fix, marking as
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•