Closed
Bug 911896
Opened 11 years ago
Closed 11 years ago
Build ICU for android target if --enable-android-libstdcxx is set
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Current ICU codes requires RTTI (typeid) support. STLPort in android SDK doesn't have typeinfo header, Build ICU is failure.
But if using gnu-stdcxx (--enable-android-libstdcxx), it can build it.
Assignee | ||
Updated•11 years ago
|
Hardware: x86 → All
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → m_kato
Comment 1•11 years ago
|
||
(In reply to Makoto Kato (:m_kato) from comment #0)
> Current ICU codes requires RTTI (typeid) support.
Oh my
Comment 2•11 years ago
|
||
That being said, now that bug 910638 is fixed, I'd rather not magic enabling depending on other options.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
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
•