Closed
Bug 579697
Opened 16 years ago
Closed 16 years ago
Clean up configure.in
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b2
People
(Reporter: Mitch, Assigned: Mitch)
Details
Attachments
(1 file)
|
48.05 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
* We can use "test $A -o $B" instead of "test $A || test $B", saving an invocation.
* There are some tests to work around ancient OS/compiler combination bugs. If you're going to use some crazy, old software to build current Firefox, you can probably handle using your own CFLAGS.
* GCC's PGO until recently has been less than acceptable. We probably shouldn't check for the old -fprofile-arcs/-fbranch-probabilities support, as it's been deprecated by -fprofile-generate/-fprofile-use.
Attachment #458138 -
Flags: review?(me)
Comment on attachment 458138 [details] [diff] [review]
Patch v1
We should figure out if the IRIX port is still active (I don't think it is) before this lands, but other than that r+ (don't think anybody will miss hacks for FreeBSD 2.2!)
Attachment #458138 -
Flags: review?(me) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b2
Version: unspecified → Trunk
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•