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

Markus Rothe <markus@unixforces.net>. r=wtc.


git-svn-id: svn://10.0.0.236/trunk@177448 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2005-08-09 22:31:24 +00:00
parent 1a7a3d7ddd
commit c1271d2587

View File

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