mirror of
https://github.com/ctm/executor.git
synced 2024-11-15 13:05:51 +00:00
GNU build system works with Mac OS X PowerPC now, too.
This commit is contained in:
parent
8b79043983
commit
c9936b3e7c
@ -210,7 +210,9 @@ if CONFIG_ARCH_POWERPC
|
|||||||
# get the compiler to help us run PPC binaries. That ability hasn't
|
# get the compiler to help us run PPC binaries. That ability hasn't
|
||||||
# worked since we started doing PPC builds on Mac OS X.
|
# 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
|
AM_CPPFLAGS += -D_GNU_SOURCE
|
||||||
endif CONFIG_ARCH_POWERPC
|
endif CONFIG_ARCH_POWERPC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user