Moved GNU_TARGET def to CONFIG_SITE.linux-x86.linux-arm_* files.

This commit is contained in:
Janet B. Anderson
2007-12-11 15:17:33 +00:00
parent 0e8fb1017c
commit db7d8ba762
3 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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