From d2ac3a6b3a2d2369bec4bf9f0555ebbe72e7bdf5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 23:11:05 -0600 Subject: 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. --- extra/Configs/Config.in | 9 --------- extra/Configs/Config.vax | 15 --------------- extra/Configs/defconfigs/vax/defconfig | 1 - 3 files changed, 25 deletions(-) delete mode 100644 extra/Configs/Config.vax delete mode 100644 extra/Configs/defconfigs/vax/defconfig (limited to 'extra') 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 -- cgit v1.2.3