Bugzilla bug 224707: added Linux HPPA support. The patch came from the

Debian Mozilla package (maintainer is Takuo KITAME <kitame@debian.org>).
This commit is contained in:
wchang0222%aol.com 2003-11-16 00:10:16 +00:00
Родитель f5ddf40f14
Коммит 6dda3d9c41
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -78,6 +78,10 @@ ifeq (,$(filter-out arm% sa110,$(OS_TEST)))
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = arm
else
ifeq ($(OS_TEST),parisc)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = hppa
else
ifeq ($(OS_TEST),parisc64)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = hppa
@ -107,6 +111,7 @@ endif
endif
endif
endif
endif
LIBC_TAG = _glibc