Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-xlibgloss/configure6
1 files changed, 1 insertions, 5 deletions
diff --git a/libgloss/configure b/libgloss/configure
index 87cf53c70..41d91d68a 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -705,7 +705,6 @@ arm
spu
tic6x
iq2000
-or1k
libnosys'
# Initialize some variables set by options.
@@ -2532,6 +2531,7 @@ case "${target}" in
msp430*-*-elf)
subdirs="$subdirs msp430"
+ config_libnosys=false
;;
rl78*-*-elf)
subdirs="$subdirs rl78"
@@ -2560,10 +2560,6 @@ case "${target}" in
subdirs="$subdirs iq2000"
;;
- or1k-*-* | or1knd-*-* )
- subdirs="$subdirs or1k"
-
- ;;
esac