Closed
Bug 680792
Opened 13 years ago
Closed 13 years ago
Remove support for Irix from our build system
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla9
People
(Reporter: matjk7, Assigned: matjk7)
References
Details
(Whiteboard: fixed-in-bs)
Attachments
(1 file, 1 obsolete file)
18.70 KB,
patch
|
matjk7
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Flags: in-testsuite-
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #554750 -
Flags: review?(ted.mielczarek)
Comment 2•13 years ago
|
||
Is there no Gecko being run on Irix, then? Or will it still be possible to try to build on Irix, just without any of the special-casing?
Assignee | ||
Comment 3•13 years ago
|
||
It won't be possible to build Firefox under Irix/mips after this patch lands, but my understanding is that the platform is dead so there's no reason to keep this code around.
Comment 4•13 years ago
|
||
Comment on attachment 554750 [details] [diff] [review]
patch
Review of attachment 554750 [details] [diff] [review]:
-----------------------------------------------------------------
::: build/hcpp
@@ -96,1 @@
> ;;
I think this whole hcpp wrapper can probably die. AFAICT from configure, it's only for compilers that don't support "-c -o" at the same time, which is pretty old.
::: xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@ -291,5 @@
> -#
> -ifeq ($(OS_ARCH),IRIX)
> -ifneq ($(basename $(OS_RELEASE)),5)
> -CPPSRCS := xptcinvoke_irix.cpp xptcstubs_irix.cpp
> -ASFILES := xptcinvoke_asm_irix.s xptcstubs_asm_irix.s
I'd guess you should hg rm these files while you're here.
Attachment #554750 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Updated to tip.
(In reply to Ted Mielczarek [:ted, :luser] from comment #4)
> I think this whole hcpp wrapper can probably die. AFAICT from configure,
> it's only for compilers that don't support "-c -o" at the same time, which
> is pretty old.
I'll remove hcpp in a follow-up bug.
> I'd guess you should hg rm these files while you're here.
Bug 680793.
Attachment #554750 -
Attachment is obsolete: true
Attachment #555881 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 6•13 years ago
|
||
http://hg.mozilla.org/projects/build-system/rev/a80fe3a6586f
Be gone crufty code! :-)
Keywords: checkin-needed
Whiteboard: fixed-in-bs
Updated•13 years ago
|
Target Milestone: --- → mozilla9
Status: ASSIGNED → RESOLVED
Closed: 13 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
•