Bugzilla bug #33364: checked in a patch contributed by pb@futuretv.com

that allows ARM systems other than v4l and SA110 to be correctly detected.
This commit is contained in:
wtc%netscape.com 2000-04-03 18:25:35 +00:00
parent 0f17d29b19
commit 600b432a7e

View File

@ -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)