Corrected a typo. The "1" (one) in "armv41" should be an "l" (ell).

Thanks to Brian Ostrom <briano@netscape.com> for pointing this out.
This commit is contained in:
wtc%netscape.com 1998-12-01 08:30:02 +00:00
parent 5224537be7
commit b479088243

View File

@ -50,7 +50,7 @@ endif
ifeq (86,$(findstring 86,$(OS_TEST)))
CPU_ARCH := x86
else
ifeq (,$(filter-out armv41 sa110,$(OS_TEST)))
ifeq (,$(filter-out armv4l sa110,$(OS_TEST)))
CPU_ARCH := arm
else
CPU_ARCH := $(OS_TEST)