reopen 325535
thanks
Sorry, the arm build of mozilla-firefox still fails, because the patch
for arm is on drugs:
+static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex,
PRUint32* args) asm("_PrepareAndDispatch")
+__attribute((used))__;
This last line should be
+__attribut
Package: mozilla
Severity: serious
The current mozilla package fails to build on alpha, arm, and ia64
because it uses __attribute__((unused)) to mark static functions that
are called only from assembly routines. As of gcc 3.1,
__attribute__((used)) exists for marking static functions that are use
2 matches
Mail list logo