Closed
Bug 536440
Opened 14 years ago
Closed 14 years ago
HOST_AR should not be overridden in configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: mwu, Assigned: mwu)
References
Details
Attachments
(1 file)
592 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
HOST_AR is set to '$(AR)' as a default in configure. However, there are already checks before that properly set HOST_AR, so this breaks cross compiling.
Assignee | ||
Updated•14 years ago
|
Attachment #418885 -
Attachment is patch: true
Attachment #418885 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Updated•14 years ago
|
Attachment #418885 -
Attachment description: Remove incorrect HOST_AR setting → Remove unnecessary HOST_AR setting
Attachment #418885 -
Flags: review?(ted.mielczarek)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mwu
Updated•14 years ago
|
Attachment #418885 -
Flags: review?(ted.mielczarek) → review+
Comment 1•14 years ago
|
||
Comment on attachment 418885 [details] [diff] [review] Remove unnecessary HOST_AR setting Do you want to do something with the HOST_AR_FLAGS setting there as well?
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to comment #1) > (From update of attachment 418885 [details] [diff] [review]) > Do you want to do something with the HOST_AR_FLAGS setting there as well? Might as well. Opened bug 538269.
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 3•14 years ago
|
||
You could have just dealt with it here, since it's tiny, but no big deal.
Assignee | ||
Comment 4•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/a2945f365208
Updated•14 years ago
|
Flags: in-testsuite-
Target Milestone: --- → mozilla1.9.3a1
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•