From db7d8ba762698e69149507e9cc75ece0e9d57949 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 11 Dec 2007 15:17:33 +0000 Subject: [PATCH] Moved GNU_TARGET def to CONFIG_SITE.linux-x86.linux-arm_* files. --- configure/os/CONFIG.Common.linux-arm_eb | 4 ---- configure/os/CONFIG_SITE.linux-x86.linux-arm_eb | 3 +++ configure/os/CONFIG_SITE.linux-x86.linux-arm_el | 5 +++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.Common.linux-arm_eb b/configure/os/CONFIG.Common.linux-arm_eb index cdd978e75..c02f6392e 100644 --- a/configure/os/CONFIG.Common.linux-arm_eb +++ b/configure/os/CONFIG.Common.linux-arm_eb @@ -9,7 +9,3 @@ # Include definitions common to all Linux-arm targets include $(CONFIG)/os/CONFIG.Common.linux-arm -ifeq ($(BUILD_CLASS),CROSS) - GNU_TARGET = armeb-linux -endif - diff --git a/configure/os/CONFIG_SITE.linux-x86.linux-arm_eb b/configure/os/CONFIG_SITE.linux-x86.linux-arm_eb index 2ec35b84d..36926febb 100644 --- a/configure/os/CONFIG_SITE.linux-x86.linux-arm_eb +++ b/configure/os/CONFIG_SITE.linux-x86.linux-arm_eb @@ -7,3 +7,6 @@ # Path to the GNU toolset for linux-arm_eb (big endian) target #GNU_DIR = /local/anj/cross-arm/gcc-3.4.5-glibc-2.3.6/armeb-linux + +# GNU crosscompiler target name +#GNU_TARGET = armeb-linux diff --git a/configure/os/CONFIG_SITE.linux-x86.linux-arm_el b/configure/os/CONFIG_SITE.linux-x86.linux-arm_el index 618510385..611a68ea1 100644 --- a/configure/os/CONFIG_SITE.linux-x86.linux-arm_el +++ b/configure/os/CONFIG_SITE.linux-x86.linux-arm_el @@ -8,3 +8,8 @@ # Include definitions for linux-arm targets include $(CONFIG)/os/CONFIG_SITE.linux-x86.linux-arm +# Path to the GNU toolset for linux-arm_el (little endian) target +#GNU_DIR = /local/anj/cross-arm/gcc-3.4.5-glibc-2.3.6/armel-linux + +# GNU crosscompiler target name +#GNU_TARGET = armel-linux