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