File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -233,14 +233,14 @@ required path and other environment variables.
233233
234234Some host builds of EPICS require that the environment variable
235235` EPICS_HOST_ARCH ` be defined. The shell script ` EpicsHostArch ` in the
236- ` base/startup ` directory (which finds and calls the perl script
237- ` EpicsHostArch.pl ` in the ` base/src/tools ` directory) prints the
238- value which the build will use if the variable is not set before
239- the build starts. Architecture names start with the operating system
240- followed by a dash and the host CPU architecture, e.g. ` linux-x86_64 ` .
241- Some architecture names have another dash followed by another keyword,
242- for example when building for Windows but using the MinGW compiler the
243- name must be ` windows-x64-mingw ` . See ` configure/CONFIG_SITE ` for a
236+ ` base/startup ` directory (which finds and calls the perl script
237+ ` EpicsHostArch.pl ` in the ` base/src/tools ` directory) prints the
238+ value which the build will use if the variable is not set before
239+ the build starts. Architecture names start with the operating system
240+ followed by a dash and the host CPU architecture, e.g. ` linux-x86_64 ` .
241+ Some architecture names have another dash followed by another keyword,
242+ for example when building for Windows but using the MinGW compiler the
243+ name must be ` windows-x64-mingw ` . See ` configure/CONFIG_SITE ` for a
244244list of supported host architecture names.
245245
246246* ** ` PATH ` **
You can’t perform that action at this time.
0 commit comments