From e7e124db0c8effe8dfaee02c97ddf2de52dc8e5f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 13 Oct 1999 15:20:05 +0000 Subject: [PATCH] Added config files with R3.14 target names. --- config/CONFIG.Vx.vxWorks-486 | 4 ++++ config/CONFIG.Vx.vxWorks-68040 | 4 ++++ config/CONFIG.Vx.vxWorks-68040lc | 4 ++++ config/CONFIG.Vx.vxWorks-68060 | 4 ++++ config/CONFIG.Vx.vxWorks-ppc604 | 4 ++++ config/Makefile | 2 +- 6 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 config/CONFIG.Vx.vxWorks-486 create mode 100644 config/CONFIG.Vx.vxWorks-68040 create mode 100644 config/CONFIG.Vx.vxWorks-68040lc create mode 100644 config/CONFIG.Vx.vxWorks-68060 create mode 100644 config/CONFIG.Vx.vxWorks-ppc604 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