Closed
Bug 423916
Opened 18 years ago
Closed 9 years ago
-Werror is too strict in gcc 4.2.1 in arm scratchbox
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dougt, Unassigned)
Details
configure is setting -Werror when building in the latest maemo arm scratchbox.
Their SDK uses a bunch of GCC extensions such as :
/usr/include/limits.h:125:3: error: #include_next is a GCC extension
cc1plus: warnings being treated as errors
Workaround:
export SBOX_BLOCK_CROSS_COMPILER_ARGS="-Werror"
Comment 1•9 years ago
|
||
We no longer support building with GCC 4.2.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
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
•