Closed
Bug 479503
Opened 16 years ago
Closed 16 years ago
move processor specifics out of windows mobile build tools
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
1.16 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
in order to more easily support building for multiple devices, we should move the processors specific build (gcc/as) flags out of the windows mobile tools. Then we can simply define these (CFLAGS, ASFLAGS, etc) in a mozconfig file.
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #363363 -
Flags: review?(bugmail)
| Assignee | ||
Comment 2•16 years ago
|
||
in your mozconfig, you can do:
CFLAGS="-QRarch6"
CXXFLAGS="-QRarch6"
ASFLAGS="-CPU ARM1136"
Updated•16 years ago
|
Attachment #363363 -
Flags: review?(bugmail) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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
•