For Strong Arm 110 (sa110), set the OS_ARCH to "arm".

This commit is contained in:
wtc%netscape.com 1998-09-14 18:09:06 +00:00
Родитель c43f7ddb16
Коммит 53ee198a2b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -27,8 +27,12 @@ ARCH := linux
ifeq (86,$(findstring 86,$(OS_TEST)))
CPU_ARCH := x86
else
ifeq (,$(filter-out sa110,$(OS_TEST)))
CPU_ARCH := arm
else
CPU_ARCH := $(OS_TEST)
endif
endif
GFX_ARCH := x
# Include the automagically generated makefile. This generated makefile