Converted to new target names.

This commit is contained in:
Janet B. Anderson
1999-10-21 21:09:38 +00:00
parent 7a38a9bc64
commit 735328b2f3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 = <STDIN>;
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
+1 -1
View File
@@ -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