From 735328b2f3bca1d739adc650f0393c045274db27 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 21 Oct 1999 21:09:38 +0000 Subject: [PATCH] Converted to new target names. --- src/makeBaseApp/makeBaseApp.pl | 4 ++-- src/makeBaseApp/top/configure/CONFIG | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/makeBaseApp/makeBaseApp.pl b/src/makeBaseApp/makeBaseApp.pl index c0b42f69f..ac1092657 100755 --- a/src/makeBaseApp/makeBaseApp.pl +++ b/src/makeBaseApp/makeBaseApp.pl @@ -175,7 +175,7 @@ sub get_commandline_opts { #no args $arch = $opt_a; } else { print "What architecture do you want to use for your IOC,"; - print "e.g. pc486, mv167 ? "; + print "e.g. vxWorks-ppc604, vxWorks-68040 ? "; $arch = ; chomp($arch); } @@ -304,7 +304,7 @@ where If not found in environment, the templates from EPICS base are used -l List valid application types for this installation If this is specified the other options are not used - -a arch Set the IOC architecture (e.g. mv167) + -a arch Set the IOC architecture (e.g. vxWorks-68040) If not specified, you will be prompted -b base Set the location of EPICS base (full path) If not specified, base path is taken from configure/RELEASE diff --git a/src/makeBaseApp/top/configure/CONFIG b/src/makeBaseApp/top/configure/CONFIG index 6db905e2c..5c6b5a065 100644 --- a/src/makeBaseApp/top/configure/CONFIG +++ b/src/makeBaseApp/top/configure/CONFIG @@ -1,4 +1,4 @@ #CONFIG include $(TOP)/configure/CONFIG_APP # Add any changes to make rules here -#CROSS_COMPILER_TARGET_ARCHS = mv167 +#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040