Closed
Bug 1122931
Opened 10 years ago
Closed 10 years ago
Don't overwrite the AS variable in toolchain.m4; r=glandium
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla38
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.31 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
It looks like overwriting AS here is not intentional. Before this patch,
it is impossible to override AS through mozconfig for anything that runs
past this stage in configure.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8550745 -
Flags: review?(mh+mozilla)
Comment 2•10 years ago
|
||
Comment on attachment 8550745 [details] [diff] [review]
Don't overwrite the AS variable in toolchain.m4
Review of attachment 8550745 [details] [diff] [review]:
-----------------------------------------------------------------
You should put all those cross-msvc patches in one bug, or even one patch, because reviewing many one liners is not very efficient.
Attachment #8550745 -
Flags: review?(mh+mozilla) → review+
Comment 3•10 years ago
|
||
(BTW, how did you install msvc on linux? the installer won't start in wine here)
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #2)
> Comment on attachment 8550745 [details] [diff] [review]
> Don't overwrite the AS variable in toolchain.m4
>
> Review of attachment 8550745 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> You should put all those cross-msvc patches in one bug, or even one patch,
> because reviewing many one liners is not very efficient.
These are just the easy ones. :-) There are more extensive changes that I have not put up yet because I'm not happy with them yet.
(In reply to Mike Hommey [:glandium] from comment #3)
> (BTW, how did you install msvc on linux? the installer won't start in wine
> here)
The installer hits https://bugs.winehq.org/show_bug.cgi?id=33576. What I did was install things on Windows using the Chromium installation script (which is amazing!) and then copy the files over to Linux with a few tweaks. I will blog about the instructions soon, but first I need to try to install MSVC 2013 Update 4 (what the Chromium scripts install is a previous update, it seems.)
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•