From fb1d64929046120ed8c11e32e34e426910a74466 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 29 Sep 2008 20:05:30 +0000 Subject: [PATCH] New target. --- configure/os/CONFIG.Common.linux-xscale_be | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 configure/os/CONFIG.Common.linux-xscale_be diff --git a/configure/os/CONFIG.Common.linux-xscale_be b/configure/os/CONFIG.Common.linux-xscale_be new file mode 100644 index 000000000..a70cc79b6 --- /dev/null +++ b/configure/os/CONFIG.Common.linux-xscale_be @@ -0,0 +1,25 @@ +# CONFIG.Common.linux-xscale_be +# +# This file is maintained by the build community. +# +# Definitions for linux-xscale_be (big-endian) target builds. +# This target has been tested with the MOXA UC-7408-LX Plus. + +# Sites may override these definitions in CONFIG_SITE.Common.linux-xscale_be +#------------------------------------------------------- + +# Include definitions common to all Linux targets +include $(CONFIG)/os/CONFIG.Common.linuxCommon + +ARCH_CLASS = xscale + +# +# The vendor's tool chain needs to be located here +# +GNU_DIR=/usr/local/xscale_be + +ifeq ($(BUILD_CLASS),CROSS) + VALID_BUILDS = Ioc + GNU_TARGET = xscale_be + CMPLR_PREFIX = $(addsuffix -,$(GNU_TARGET)) +endif