Bugzilla bug 101528: merged the Linux-m68k compilation fix into the tip.

This commit is contained in:
wtc%netscape.com 2001-12-11 22:12:10 +00:00
Родитель b2ec7c12c6
Коммит 1e597ab034
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -50,6 +50,10 @@ RANLIB = ranlib
DEFAULT_COMPILER = gcc
ifeq ($(OS_TEST),m68k)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = m68k
else
ifeq ($(OS_TEST),ppc)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = ppc
@ -82,6 +86,7 @@ endif
endif
endif
endif
endif
LIBC_TAG = _glibc