summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 23:11:05 -0600
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-05 21:10:30 +0100
commitd2ac3a6b3a2d2369bec4bf9f0555ebbe72e7bdf5 (patch)
treed3a6afebcc602f01e07e3970b4305fba4871f358 /extra
parent2fbe1ee66ad2107866d3fddd014c1349d135b424 (diff)
good bye vax
I mailed with Jan-Benedict Glaw, it seems VAX on Linux is really a lot of work todo and uClibc support didn't work ever.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in9
-rw-r--r--extra/Configs/Config.vax15
-rw-r--r--extra/Configs/defconfigs/vax/defconfig1
3 files changed, 0 insertions, 25 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index dc7159d0a..df99a5c88 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -40,7 +40,6 @@ choice
default TARGET_sh if DESIRED_TARGET_ARCH = "sh"
default TARGET_sparc if DESIRED_TARGET_ARCH = "sparc"
default TARGET_v850 if DESIRED_TARGET_ARCH = "v850"
- default TARGET_vax if DESIRED_TARGET_ARCH = "vax"
default TARGET_x86_64 if DESIRED_TARGET_ARCH = "x86_64"
default TARGET_xtensa if DESIRED_TARGET_ARCH = "xtensa"
help
@@ -126,9 +125,6 @@ config TARGET_sparc
#config TARGET_v850
# bool "v850 (BROKEN)"
-#config TARGET_vax
-# bool "vax"
-
config TARGET_x86_64
bool "x86_64"
@@ -236,10 +232,6 @@ if TARGET_v850
source "extra/Configs/Config.v850"
endif
-if TARGET_vax
-source "extra/Configs/Config.vax"
-endif
-
if TARGET_x86_64
source "extra/Configs/Config.x86_64"
endif
@@ -589,7 +581,6 @@ config UCLIBC_HAS_THREADS_NATIVE
!TARGET_microblaze && \
!TARGET_nios2 && \
!TARGET_or1k && \
- !TARGET_vax && \
ARCH_USE_MMU
help
If you want to compile uClibc with NPTL support, then answer Y.
diff --git a/extra/Configs/Config.vax b/extra/Configs/Config.vax
deleted file mode 100644
index 418e3e71c..000000000
--- a/extra/Configs/Config.vax
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see extra/config/Kconfig-language.txt
-#
-
-config TARGET_ARCH
- string
- default "vax"
-
-config FORCE_OPTIONS_FOR_ARCH
- bool
- default y
- select ARCH_LITTLE_ENDIAN
- select ARCH_HAS_NO_LDSO
- select ARCH_HAS_DEPRECATED_SYSCALLS
diff --git a/extra/Configs/defconfigs/vax/defconfig b/extra/Configs/defconfigs/vax/defconfig
deleted file mode 100644
index 77a464e29..000000000
--- a/extra/Configs/defconfigs/vax/defconfig
+++ /dev/null
@@ -1 +0,0 @@
-TARGET_vax=y