From 491ab52c986438c8a828586ae84a11b7f58a05f1 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 10 Nov 2017 15:28:20 -0600 Subject: [PATCH] Remove spurious files from configure --- configure/os/CONFIG_SITE.linux-x86.linux-xscale_be | 11 ----------- configure/os/CONFIG_SITE.linux-x86_64.linux-xscale_be | 7 ------- 2 files changed, 18 deletions(-) delete mode 100644 configure/os/CONFIG_SITE.linux-x86.linux-xscale_be delete mode 100644 configure/os/CONFIG_SITE.linux-x86_64.linux-xscale_be diff --git a/configure/os/CONFIG_SITE.linux-x86.linux-xscale_be b/configure/os/CONFIG_SITE.linux-x86.linux-xscale_be deleted file mode 100644 index 6df78db19..000000000 --- a/configure/os/CONFIG_SITE.linux-x86.linux-xscale_be +++ /dev/null @@ -1,11 +0,0 @@ -# CONFIG_SITE.linux-x86.linux-xscale_be -# -# Site specific definitions for linux-x86 host - linux-xscale_be targets -#------------------------------------------------------- - -# Set GNU_DIR to point to directory containing the tool-chain -GNU_DIR = /usr/local/vw/xscale_be - -# If readline is available, configure it -READLINE_DIR = $(GNU_DIR)/target/usr -COMMANDLINE_LIBRARY = READLINE diff --git a/configure/os/CONFIG_SITE.linux-x86_64.linux-xscale_be b/configure/os/CONFIG_SITE.linux-x86_64.linux-xscale_be deleted file mode 100644 index d016ce985..000000000 --- a/configure/os/CONFIG_SITE.linux-x86_64.linux-xscale_be +++ /dev/null @@ -1,7 +0,0 @@ -# CONFIG_SITE.linux-x86_64.linux-xscale_be -# -# Site specific settings for linux-x86_64 host - linux-xscale_be target -#------------------------------------------------------- - -# Inherit setting from linux-x86 -include $(CONFIG)/os/CONFIG_SITE.linux-x86.linux-xscale_be