Bugzilla Bug 266123: added ppc64 support. The patch is contributed by

Markus Rothe <markus@unixforces.net>. r=wtc.
This commit is contained in:
wtchang%redhat.com 2005-08-09 22:31:24 +00:00
Родитель 4cacc1b035
Коммит bd99a181d7
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -55,7 +55,11 @@ DEFAULT_COMPILER = gcc
ifeq ($(OS_TEST),m68k)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = m68k
else
else
ifeq ($(OS_TEST),ppc64)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = ppc64
else
ifeq ($(OS_TEST),ppc)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = ppc
@ -125,6 +129,7 @@ endif
endif
endif
endif
endif
LIBC_TAG = _glibc