Closed Bug 783875 Opened 12 years ago Closed 12 years ago

Fix arm detection on OpenBSD

Categories

(Core :: XPCOM, defect)

ARM
OpenBSD
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: gaston, Assigned: gaston)

Details

Attachments

(1 file)

On OpenBSD/armish and OpenBSD/zaurus, uname -p returns 'arm'. We've been shipping a patch to xpcom/reflect/xptcall/src/md/unix/Makefile.in fixing this since ages (see http://www.openbsd.org/cgi-bin/cvsweb/ports/www/mozilla-firefox/patches/patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in) :

-ifneq (,$(filter OpenBSDarmish OpenBSDzaurus,$(OS_ARCH)$(OS_TEST)))
+ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDarm)

While atm firefox doesnt build on OpenBSD/arm platforms for various reasons, it costs nothing to fix it now.
Assignee: nobody → landry
Attachment #653171 - Flags: review?(benjamin)
Attachment #653171 - Flags: review?(benjamin) → review+
https://hg.mozilla.org/mozilla-central/rev/260d65801b22
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: