diff --git a/configure/os/CONFIG.Common.embeddedlinux-e500v2 b/configure/os/CONFIG.Common.embeddedlinux-e500v2 index 6cdb04625..8693f6240 100644 --- a/configure/os/CONFIG.Common.embeddedlinux-e500v2 +++ b/configure/os/CONFIG.Common.embeddedlinux-e500v2 @@ -7,10 +7,11 @@ 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 +GNU_ARCH=ppce500v2-linux-gnuspe +GNU_DIR=$(ELDK)/$(GNU_TARGET)/sysroots/$(ELDK_HOST_ARCH)/usr +GNU_BIN=$(GNU_DIR)/bin/$(GNU_ARCH) +GNU_TARGET_INCLUDE_DIR= ARCH_DEP_CFLAGS += -mlongcall