Skip to content
Snippets Groups Projects
Commit 2f1ad3e8 authored by kpetersn's avatar kpetersn
Browse files

Corrected the ARCH in the Makefile in the startup dir

parent 12159c30
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,11 @@ include $(TOP)/configure/CONFIG ...@@ -7,10 +7,11 @@ include $(TOP)/configure/CONFIG
#ARCH = windows-x64 #ARCH = windows-x64
#ARCH = cygwin-x86 #ARCH = cygwin-x86
#ARCH = linux-x86 #ARCH = linux-x86
ARCH = linux-x86_64 #ARCH = linux-x86_64
#ARCH = vxWorks-ppc32 #ARCH = vxWorks-ppc32
#ARCH = vxWorks694-ppc32 #ARCH = vxWorks694-ppc32
#ARCH = vxWorks-ppc603 #ARCH = vxWorks-ppc603
ARCH = $(EPICS_HOST_ARCH)
#TARGETS = cdCommands #TARGETS = cdCommands
TARGETS = envPaths TARGETS = envPaths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment