diff --git a/config/CONFIG.Vx.vxWorks-486 b/config/CONFIG.Vx.vxWorks-486 new file mode 100644 index 000000000..ab758f448 --- /dev/null +++ b/config/CONFIG.Vx.vxWorks-486 @@ -0,0 +1,4 @@ +# $Id$ + +# vxWorks-486 is the new R3.14 name for pc486 +include CONFIG.Vx.pc486 diff --git a/config/CONFIG.Vx.vxWorks-68040 b/config/CONFIG.Vx.vxWorks-68040 new file mode 100644 index 000000000..260c6c827 --- /dev/null +++ b/config/CONFIG.Vx.vxWorks-68040 @@ -0,0 +1,4 @@ +# $Id$ + +# vxWorks-68040 is the new R3.14 name for mv167 +include CONFIG.Vx.mv167 diff --git a/config/CONFIG.Vx.vxWorks-68040lc b/config/CONFIG.Vx.vxWorks-68040lc new file mode 100644 index 000000000..781fb192c --- /dev/null +++ b/config/CONFIG.Vx.vxWorks-68040lc @@ -0,0 +1,4 @@ +# $Id$ + +# vxWorks-68040lc is the new R3.14 name for mv162lc +include CONFIG.Vx.mv162lc diff --git a/config/CONFIG.Vx.vxWorks-68060 b/config/CONFIG.Vx.vxWorks-68060 new file mode 100644 index 000000000..91013a16f --- /dev/null +++ b/config/CONFIG.Vx.vxWorks-68060 @@ -0,0 +1,4 @@ +# $Id$ + +# vxWorks-68060 is the new R3.14 name for mv177 +include CONFIG.Vx.mv177 diff --git a/config/CONFIG.Vx.vxWorks-ppc604 b/config/CONFIG.Vx.vxWorks-ppc604 new file mode 100644 index 000000000..9da8ab754 --- /dev/null +++ b/config/CONFIG.Vx.vxWorks-ppc604 @@ -0,0 +1,4 @@ +# $Id$ + +# vxWorks-ppc604 is the new R3.14 name for ppc604 +include CONFIG.Vx.ppc604 diff --git a/config/Makefile b/config/Makefile index 65e5a9cf1..15c663baa 100644 --- a/config/Makefile +++ b/config/Makefile @@ -20,7 +20,7 @@ CONFIGS += CONFIG.Host.UnixCommon CONFIGS += CONFIG_HOST_ARCH.UnixCommon CONFIGS += CONFIG.Vx -CONFIGS += $(CROSS_COMPILER_TARGET_ARCHS:%=CONFIG.Vx.%) +#CONFIGS += $(CROSS_COMPILER_TARGET_ARCHS:%=CONFIG.Vx.%) CONFIGS += CONFIG_SITE CONFIGS += CONFIG_SITE_ENV