18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
# CONFIG.Common.embeddedlinux-e500v2
|
|
#
|
|
# Include definitions common to all Linux targets
|
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
|
|
|
ARCH_CLASS = ppc
|
|
|
|
ELDK=/opt/eldk-5.2
|
|
ELDK_HOST_ARCH=i686-eldk-linux
|
|
|
|
GNU_TARGET=powerpc-e500v2
|
|
GNU_DIR=$(ELDK)/powerpc-e500v2/sysroots/$(ELDK_HOST_ARCH)/usr
|
|
GNU_BIN=$(GNU_DIR)/bin/ppce500v2-linux-gnuspe
|
|
|
|
ARCH_DEP_CFLAGS += -mlongcall
|
|
|
|
COMMANDLINE_LIBRARY = READLINE
|