GNU build system works with Mac OS X PowerPC now, too.

This commit is contained in:
Clifford T. Matthews 2009-06-21 22:56:08 -06:00
parent 8b79043983
commit c9936b3e7c
1 changed files with 3 additions and 1 deletions

View File

@ -210,7 +210,9 @@ if CONFIG_ARCH_POWERPC
# get the compiler to help us run PPC binaries. That ability hasn't
# worked since we started doing PPC builds on Mac OS X.
arch_sources = powerpc.c ppc_call.c ppc_stubs.c
arch_sources = config/arch/powerpc/powerpc.c \
config/arch/powerpc/ppc_call.c \
config/arch/powerpc/ppc_stubs.c
AM_CPPFLAGS += -D_GNU_SOURCE
endif CONFIG_ARCH_POWERPC