Closed
Bug 48245
Opened 25 years ago
Closed 25 years ago
Remove the -mno-486 compiler flag from Linux.mk and FreeBSD2.mk.
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.1
People
(Reporter: wtc, Assigned: wtc)
Details
This bug was reported by Steven T. Hatton
<hattons@bellatlantic.net> in mozilla.crypto.
Recent releases of gcc (e.g., 2.95.2) don't
recognize the -mno-486 compiler flag. From
the gcc man page:
These `-m' options are defined for the Intel 80386 family
of computers: -m486
-mno-486
Control whether or not code is optimized for a 486
instead of an 386. Code generated for a 486 will
run on a 386 and vice versa.
The -mno-486 flag should simply be removed from
Linux.mk and FreeBSD2.mk in mozilla/security/coreconf/.
| Assignee | ||
Comment 1•25 years ago
|
||
Fixed on the tip.
/cvsroot/mozilla/security/coreconf/FreeBSD2.mk, revision: 1.2
/cvsroot/mozilla/security/coreconf/Linux.mk, revision: 1.3
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.1
You need to log in
before you can comment on or make changes to this bug.
Description
•