Closed
Bug 15975
Opened 26 years ago
Closed 26 years ago
error compiling for freebsd-3.3 with gcc-2.95.1
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joe, Assigned: srinivas)
Details
The file nsprpub/config/FreeBSD.mk defines uses the following flags:
OS_REL_CFLAGS = -mno-486 -Di386
gcc-2.95.1 doesn't use this flag, so the compilation dies.
Should both of these flags be removed?
How does it affect the compilations with prior versions of gcc?
Comment 2•26 years ago
|
||
-Di386 has to work. I think it is -mno-486 that gcc-2.95.1
doesn't support. We removed -mo-486 from nsprpub/config/Linux.mk
recently. (Bugzilla bug #11455)
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The -mno-486 option is removed from FreeBSD.mk.
Files modified:
/cvsroot/mozilla/nsprpub/config/FreeBSD.mk, rev 3.10
You need to log in
before you can comment on or make changes to this bug.
Description
•