Closed Bug 33364 Opened 24 years ago Closed 24 years ago

test for ARM in config/Linux.mk is too specific

Categories

(NSPR :: NSPR, defect, P3)

Other
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pb, Assigned: wtc)

Details

This patch allows ARM systems other than v4l and SA110 to be correctly detected.

Index: Linux.mk
===================================================================
RCS file: /cvsroot/mozilla/nsprpub/config/Linux.mk,v
retrieving revision 3.16.2.1
diff -u -p -r3.16.2.1 Linux.mk
--- Linux.mk	2000/03/08 16:24:48	3.16.2.1
+++ Linux.mk	2000/03/26 12:45:42
@@ -50,7 +50,7 @@ endif
 ifeq (86,$(findstring 86,$(OS_TEST)))
 CPU_ARCH		:= x86
 else
-ifeq (,$(filter-out armv4l sa110,$(OS_TEST)))
+ifeq (,$(filter-out arm% sa110,$(OS_TEST)))
 CPU_ARCH		:= arm
 else
 CPU_ARCH		:= $(OS_TEST)
Thanks for the bug report.  Before I check in
your patch, I need to ask you a question.  We
are going to change the license terms of NSPR
to dual MPL/GPL.  Would you let us distribute
your patch under MPL/GPL?
Assignee: srinivas → wtc
Yes, that's fine.
I'm just curious -- what does 'uname -a' return on
your system?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Version: 3.0 → 4.0
Checked in the patch on the main trunk.
/cvsroot/mozilla/nsprpub/config/Linux.mk, revision 3.18

Checked in the patch on the NSPRPUB_RELEASE_4_0_BRANCH.
/cvsroot/mozilla/nsprpub/config/Linux.mk, revision 3.15.8.3

Will check it in on the NSPRPUB_CLIENT_BRANCH (which the
mozilla client pulls) when the mozilla tree reopens.
Checked in the patch on the NSPRPUB_CLIENT_BRANCH.
/cvsroot/mozilla/nsprpub/config/Linux.mk, revision 3.16.2.2
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.0.1
Target Milestone: 4.0.1 → 4.0.2
You need to log in before you can comment on or make changes to this bug.