From 32ead249ed05883bf779fb1568dd359590de4afe Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 25 Jun 2013 07:41:44 +0000 Subject: [PATCH] more modular directory setup --- configure/os/CONFIG.Common.embeddedlinux-e500v2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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