Closed
Bug 887832
Opened 12 years ago
Closed 12 years ago
moz.build: fix other remaining OS_TEST==arm references in the tree
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: jarmstrong, Assigned: Cykesiopka)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.99 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
Per bug: 886689
>> Don't use OS_TEST == arm since some environments are set as armv7 etc (edit)
There are a few references to OS_TEST in the tree. There may be more on the way from inbound patches:
./xpcom/reflect/xptcall/src/md/unix/moz.build: elif CONFIG['OS_TEST'] == 'arm':
./xpcom/reflect/xptcall/src/md/unix/moz.build:if CONFIG['OS_TEST'] == 'arm' and CONFIG['OS_ARCH'] == 'OpenBSD':
| Reporter | ||
Updated•12 years ago
|
Blocks: nomakefiles
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #824263 -
Flags: review?(gps)
Updated•12 years ago
|
Attachment #824263 -
Flags: review?(gps) → review+
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → cykesiopka.bmo
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
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
•