From 1756228ddc5f4181cbae4d1e6d010694294270fc Mon Sep 17 00:00:00 2001 From: MarkRivers <rivers@cars.uchicago.edu> Date: Fri, 20 Feb 2004 20:33:53 +0000 Subject: [PATCH] Changed arch to linux-x86 --- iocBoot/iocUnix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iocBoot/iocUnix/Makefile b/iocBoot/iocUnix/Makefile index 509badf..cec9156 100644 --- a/iocBoot/iocUnix/Makefile +++ b/iocBoot/iocUnix/Makefile @@ -1,5 +1,5 @@ TOP = ../.. include $(TOP)/configure/CONFIG -ARCH = vxWorks-ppc604 -TARGETS = cdCommands +ARCH = linux-x86 +TARGETS = envPaths include $(TOP)/configure/RULES.ioc -- GitLab