From c9936b3e7c5c895aed9e3266f40682cfe6bbbb5b Mon Sep 17 00:00:00 2001 From: "Clifford T. Matthews" Date: Sun, 21 Jun 2009 22:56:08 -0600 Subject: [PATCH] GNU build system works with Mac OS X PowerPC now, too. --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8b17cc9..b61ee89 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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