Remove ARCH from cdCommands and envPaths files

Set it in iocshRegisterCommon() instead.
Remove ARCH from iocBoot/ioc/Makefile@Common templates.
This commit is contained in:
Andrew Johnson
2016-04-28 18:50:41 -05:00
parent 396ff3c484
commit 230603f4ac
5 changed files with 13 additions and 7 deletions
@@ -1,5 +1,4 @@
TOP = ../..
include $(TOP)/configure/CONFIG
ARCH = _ARCH_
TARGETS = envPaths
include $(TOP)/configure/RULES.ioc
@@ -1,5 +1,4 @@
TOP = ../..
include $(TOP)/configure/CONFIG
ARCH = _ARCH_
TARGETS = envPaths
include $(TOP)/configure/RULES.ioc