From 0e8fb1017c8bd583f1bcc42eefe96cc21af23ab8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 10 Dec 2007 21:28:59 +0000 Subject: [PATCH] Initial Version. --- configure/os/CONFIG.Common.linux-arm_eb | 15 +++++++++++++++ configure/os/CONFIG.Common.linux-arm_el | 11 +++++++++++ configure/os/CONFIG.linux-x86.linux-arm_eb | 9 +++++++++ configure/os/CONFIG.linux-x86.linux-arm_el | 9 +++++++++ configure/os/CONFIG_SITE.linux-x86.linux-arm_eb | 9 +++++++++ configure/os/CONFIG_SITE.linux-x86.linux-arm_el | 10 ++++++++++ 6 files changed, 63 insertions(+) create mode 100644 configure/os/CONFIG.Common.linux-arm_eb create mode 100644 configure/os/CONFIG.Common.linux-arm_el create mode 100644 configure/os/CONFIG.linux-x86.linux-arm_eb create mode 100644 configure/os/CONFIG.linux-x86.linux-arm_el create mode 100644 configure/os/CONFIG_SITE.linux-x86.linux-arm_eb create mode 100644 configure/os/CONFIG_SITE.linux-x86.linux-arm_el diff --git a/configure/os/CONFIG.Common.linux-arm_eb b/configure/os/CONFIG.Common.linux-arm_eb new file mode 100644 index 000000000..cdd978e75 --- /dev/null +++ b/configure/os/CONFIG.Common.linux-arm_eb @@ -0,0 +1,15 @@ +# CONFIG.Common.linux-arm_eb +# +# This file is maintained by the build community. +# +# Definitions for linux-arm_eb (big endian) target builds +# Sites may override these definitions in CONFIG_SITE.Common.linux-arm_eb +#------------------------------------------------------- + +# 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.Common.linux-arm_el b/configure/os/CONFIG.Common.linux-arm_el new file mode 100644 index 000000000..e076f92ad --- /dev/null +++ b/configure/os/CONFIG.Common.linux-arm_el @@ -0,0 +1,11 @@ +# CONFIG.Common.linux-arm_el +# +# This file is maintained by the build community. +# +# Definitions for linux-arm_el (little endian) target builds +# Sites may override these definitions in CONFIG_SITE.Common.linux-arm_el +#------------------------------------------------------- + +# Include definitions common to all linux-arm targets +include $(CONFIG)/os/CONFIG.Common.linux-arm + diff --git a/configure/os/CONFIG.linux-x86.linux-arm_eb b/configure/os/CONFIG.linux-x86.linux-arm_eb new file mode 100644 index 000000000..f67bf3990 --- /dev/null +++ b/configure/os/CONFIG.linux-x86.linux-arm_eb @@ -0,0 +1,9 @@ +# CONFIG.linux-x86.linux-arm_eb +# +# Definitions for linux-x86 host - linux-arm_eb (big endian) target builds +# Sites may override these definitions in CONFIG_SITE.linux-x86.linux-arm_eb +#------------------------------------------------------- + +# Include definitions for linux-arm targets +include $(CONFIG)/os/CONFIG.linux-x86.linux-arm + diff --git a/configure/os/CONFIG.linux-x86.linux-arm_el b/configure/os/CONFIG.linux-x86.linux-arm_el new file mode 100644 index 000000000..f924796a9 --- /dev/null +++ b/configure/os/CONFIG.linux-x86.linux-arm_el @@ -0,0 +1,9 @@ +# CONFIG.linux-x86.linux-arm_el +# +# Definitions for linux-x86 host - linux-arm_el (little endian) target builds +# Sites may override these definitions in CONFIG_SITE.linux-x86.linux-arm_el +#------------------------------------------------------- + +# Include definitions for linux-arm targets +include $(CONFIG)/os/CONFIG.linux-x86.linux-arm + diff --git a/configure/os/CONFIG_SITE.linux-x86.linux-arm_eb b/configure/os/CONFIG_SITE.linux-x86.linux-arm_eb new file mode 100644 index 000000000..2ec35b84d --- /dev/null +++ b/configure/os/CONFIG_SITE.linux-x86.linux-arm_eb @@ -0,0 +1,9 @@ +# CONFIG_SITE.linux-x86.linux-arm_eb +# +# $Id$ +# +# Site specific definitions for linux-x86 host - linux-arm_eb target builds +#------------------------------------------------------- + +# 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 diff --git a/configure/os/CONFIG_SITE.linux-x86.linux-arm_el b/configure/os/CONFIG_SITE.linux-x86.linux-arm_el new file mode 100644 index 000000000..618510385 --- /dev/null +++ b/configure/os/CONFIG_SITE.linux-x86.linux-arm_el @@ -0,0 +1,10 @@ +# CONFIG_SITE.linux-x86.linux-arm_el +# +# $Id$ +# +# Site specific definitions for linux-x86 host - linux-arm_el target builds +#------------------------------------------------------- + +# Include definitions for linux-arm targets +include $(CONFIG)/os/CONFIG_SITE.linux-x86.linux-arm +